From 304b4ec6645e5fc79f98c1579aa8bbc7feacda69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Wed, 16 Dec 2015 15:05:46 -0800 Subject: [PATCH] [ios] Silence undocumented typedef warnings from appledoc ref #3203 --- include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h b/include/mbgl/ios/MGLMapView+MGLCustomStyleLayerAdditions.h index 4785a36cfaa..afb21f9b6ae 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)