summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSource.h
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2016-12-21 10:22:13 -0800
committerGitHub <noreply@github.com>2016-12-21 10:22:13 -0800
commit9faa4af1c3cf0665ede20de8d98005ef9016b792 (patch)
tree39f2b2ab956798038271bf4a2507c5d6d6d1b9ea /platform/darwin/src/MGLSource.h
parentb27dabfe472b633922c8beb615a80201ef5b8635 (diff)
downloadqtlocation-mapboxgl-9faa4af1c3cf0665ede20de8d98005ef9016b792.tar.gz
[ios] Add inline examples in documentation (#7337)
Diffstat (limited to 'platform/darwin/src/MGLSource.h')
-rw-r--r--platform/darwin/src/MGLSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLSource.h b/platform/darwin/src/MGLSource.h
index 6b381fca19..03bb5fcba2 100644
--- a/platform/darwin/src/MGLSource.h
+++ b/platform/darwin/src/MGLSource.h
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
Do not create instances of this class directly, and do not create your own
subclasses of this class. Instead, create instances of `MGLShapeSource` and the
- concrete subclasses of `MGLTileSource`.
+ concrete subclasses of `MGLTileSource`, `MGLVectorSource` and `MGLRasterSource`.
*/
@interface MGLSource : NSObject