diff options
Diffstat (limited to 'platform/macos/jazzy.yml')
-rw-r--r-- | platform/macos/jazzy.yml | 64 |
1 files changed, 37 insertions, 27 deletions
diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index ae437377a7..56f7255636 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -2,6 +2,7 @@ module: Mapbox author: Mapbox author_url: https://www.mapbox.com/ github_url: https://github.com/mapbox/mapbox-gl-native +dash_url: https://mapbox.github.io/mapbox-gl-native/macos/docsets/Mapbox.xml copyright: '© 2014–2017 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.' head: | @@ -14,58 +15,64 @@ umbrella_header: src/Mapbox.h framework_root: ../darwin/src custom_categories: + - name: Guides + children: + - Working with GeoJSON Data + - For Style Authors + - Info.plist Keys - name: Maps children: - MGLAccountManager - MGLMapCamera - MGLMapView - MGLMapViewDelegate - - MGLStyle - MGLUserTrackingMode - - name: Annotations + - name: Shapes and Annotations children: - MGLAnnotation - MGLAnnotationImage + - MGLOverlay + - MGLShape - MGLMultiPoint - - MGLMultiPolygon - - MGLMultiPolyline - MGLPointAnnotation - MGLPointCollection - MGLPolygon - MGLPolyline - - MGLOverlay - - MGLShape + - MGLMultiPolygon + - MGLMultiPolyline - MGLShapeCollection - - name: Map Data + - name: Styling the Map + children: + - MGLStyle + - MGLStyleValue + - name: Content Primitives children: - - MGLFeature + - MGLFeature + - MGLPointFeature + - MGLPolygonFeature + - MGLPolylineFeature - MGLMultiPolygonFeature - MGLMultiPolylineFeature - MGLPointCollectionFeature - - MGLPointFeature - - MGLPolygonFeature - - MGLPolylineFeature - MGLShapeCollectionFeature + - name: Content Sources + children: + - MGLSource + - MGLTileSource + - MGLShapeSource + - MGLRasterSource + - MGLVectorSource - name: Style Layers children: + - MGLStyleLayer + - MGLForegroundStyleLayer - MGLBackgroundStyleLayer + - MGLRasterStyleLayer + - MGLVectorStyleLayer - MGLCircleStyleLayer - MGLFillStyleLayer - - MGLForegroundStyleLayer - MGLLineStyleLayer - - MGLRasterStyleLayer - - MGLStyleLayer - MGLSymbolStyleLayer - - MGLVectorStyleLayer - - name: Content Sources - children: - - MGLAttributionInfo - - MGLRasterSource - - MGLShapeSource - - MGLSource - - MGLTileCoordinateSystem - - MGLTileSource - - MGLVectorSource - name: Offline Maps children: - MGLOfflineRegion @@ -76,15 +83,13 @@ custom_categories: - MGLTilePyramidOfflineRegion - name: Geometry children: - - MGLClockDirectionFormatter - - MGLCompassDirectionFormatter - MGLCoordinateBounds - MGLCoordinateBoundsEqualToCoordinateBounds - MGLCoordinateBoundsGetCoordinateSpan + - MGLCoordinateBoundsIntersectsCoordinateBounds - MGLCoordinateBoundsIsEmpty - MGLCoordinateBoundsMake - MGLCoordinateBoundsOffset - - MGLCoordinateFormatter - MGLCoordinateInCoordinateBounds - MGLCoordinateSpan - MGLCoordinateSpanEqualToCoordinateSpan @@ -93,3 +98,8 @@ custom_categories: - MGLDegreesFromRadians - MGLRadiansFromDegrees - MGLStringFromCoordinateBounds + - name: Formatters + children: + - MGLClockDirectionFormatter + - MGLCompassDirectionFormatter + - MGLCoordinateFormatter |