From a6aa786f35824922aee0d2baad94e4ce9f71e79c Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Tue, 27 Sep 2016 13:53:32 -0700 Subject: [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 --- platform/macos/jazzy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'platform/macos/jazzy.yml') diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index af50bb22df..406154ec5e 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -45,6 +45,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 -- cgit v1.2.1