diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2016-09-27 13:53:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 13:53:32 -0700 |
commit | a6aa786f35824922aee0d2baad94e4ce9f71e79c (patch) | |
tree | 4ca6fed37ec4d713b82c9f06da5f3d326e92bb0d /platform/ios/jazzy.yml | |
parent | 44c7e9d05edbe6fee9e8f98b91380b6c07e57ac7 (diff) | |
download | qtlocation-mapboxgl-a6aa786f35824922aee0d2baad94e4ce9f71e79c.tar.gz |
[ios, macos] flesh out iOS runtime styling docs (#6466)
- fixes #5959: MGLBaseStyleLayer docs
- fixes #5960: MGLSource & subclasses docs
- fixes #6467: concrete layer subclass docs
- move Core Graphics include
- slight code & template cleanups
- add ./documentation to git ignores
Diffstat (limited to 'platform/ios/jazzy.yml')
-rw-r--r-- | platform/ios/jazzy.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml index f1c5d28070..b2b3d3878e 100644 --- a/platform/ios/jazzy.yml +++ b/platform/ios/jazzy.yml @@ -51,6 +51,23 @@ custom_categories: - MGLPolygonFeature - MGLPolylineFeature - MGLShapeCollectionFeature + - name: Style Layers + children: + - MGLStyleLayer + - MGLBaseStyleLayer + - MGLBackgroundStyleLayer + - MGLCircleStyleLayer + - MGLFillStyleLayer + - MGLLineStyleLayer + - MGLRasterStyleLayer + - MGLSymbolStyleLayer + - name: Data Sources + children: + - MGLSource + - MGLGeoJSONSource + - MGLRasterSource + - MGLTileSet + - MGLVectorSource - name: Offline Maps children: - MGLOfflineRegion |