From f8dda965999457dd104a2054a6212abae5820ee4 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 29 Sep 2017 15:22:03 -0400 Subject: Have jazzy explicitly ignore style class methods w/nodoc --- platform/ios/src/MGLMapView.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h index bccf9bf47f..7d42ac4b41 100644 --- a/platform/ios/src/MGLMapView.h +++ b/platform/ios/src/MGLMapView.h @@ -281,16 +281,16 @@ MGL_EXPORT IB_DESIGNABLE */ - (IBAction)showAttribution:(id)sender; -// Support for style classes has been removed. This property always returns an empty array. +/// :nodoc: Support for style classes has been removed. This property always returns an empty array. @property (nonatomic) NS_ARRAY_OF(NSString *) *styleClasses __attribute__((deprecated("This property is non-functional."))); -// Support for style classes has been removed. This property always returns NO. +/// :nodoc: Support for style classes has been removed. This property always returns NO. - (BOOL)hasStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional."))); -// Support for style classes has been removed. This property is a no-op. +/// :nodoc: Support for style classes has been removed. This property is a no-op. - (void)addStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional."))); -// Support for style classes has been removed. This property is a no-op. +/// :nodoc: Support for style classes has been removed. This property is a no-op. - (void)removeStyleClass:(NSString *)styleClass __attribute__((deprecated("This method is non-functional."))); #pragma mark Displaying the User’s Location -- cgit v1.2.1