From 9faa4af1c3cf0665ede20de8d98005ef9016b792 Mon Sep 17 00:00:00 2001 From: Eric Wolfe Date: Wed, 21 Dec 2016 10:22:13 -0800 Subject: [ios] Add inline examples in documentation (#7337) --- platform/darwin/src/MGLSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/src/MGLSource.h') 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 -- cgit v1.2.1