summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-16 15:05:46 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-16 15:48:55 -0800
commit304b4ec6645e5fc79f98c1579aa8bbc7feacda69 (patch)
treea1398166d83050f89515e2daf6bb0c2aa29868cf /include
parentff928a3013df5ef18817ffa95459cd8b35ec5117 (diff)
downloadqtlocation-mapboxgl-304b4ec6645e5fc79f98c1579aa8bbc7feacda69.tar.gz
[ios] Silence undocumented typedef warnings from appledoc
ref #3203
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h b/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h
index 4785a36cfa..afb21f9b6a 100644
--- a/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h
+++ b/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h
@@ -2,8 +2,10 @@
NS_ASSUME_NONNULL_BEGIN
+/// -
typedef void (^MGLCustomStyleLayerPreparationHandler)(void);
+/// -
typedef void (^MGLCustomStyleLayerDrawingHandler)(CGSize size,
CLLocationCoordinate2D centerCoordinate,
double zoomLevel,
@@ -11,6 +13,7 @@ typedef void (^MGLCustomStyleLayerDrawingHandler)(CGSize size,
CGFloat pitch,
CGFloat perspectiveSkew);
+/// -
typedef void (^MGLCustomStyleLayerCompletionHandler)(void);
@interface MGLMapView (MGLCustomStyleLayerAdditions)