summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterSource.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/MGLRasterSource.h
parentb27dabfe472b633922c8beb615a80201ef5b8635 (diff)
downloadqtlocation-mapboxgl-9faa4af1c3cf0665ede20de8d98005ef9016b792.tar.gz
[ios] Add inline examples in documentation (#7337)
Diffstat (limited to 'platform/darwin/src/MGLRasterSource.h')
-rw-r--r--platform/darwin/src/MGLRasterSource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLRasterSource.h b/platform/darwin/src/MGLRasterSource.h
index 262e8f2ce1..3efd84f383 100644
--- a/platform/darwin/src/MGLRasterSource.h
+++ b/platform/darwin/src/MGLRasterSource.h
@@ -35,6 +35,9 @@ extern const MGLTileSourceOption MGLTileSourceOptionTileSize;
`MGLRasterSource` object that you can use to initialize new style layers. You
can also add and remove sources dynamically using methods such as
`-[MGLStyle addSource:]` and `-[MGLStyle sourceWithIdentifier:]`.
+
+ <!--EXAMPLE: MGLRasterSource-->
+ ```
*/
@interface MGLRasterSource : MGLTileSource