summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-29 15:22:03 -0400
committerJason Wray <jason@mapbox.com>2017-09-29 15:22:03 -0400
commitf8dda965999457dd104a2054a6212abae5820ee4 (patch)
treee6131a70be36d97a77a9f5388e74d85b6807d027
parent542d4d8e41637221a87829b83b0539ad80e24a24 (diff)
downloadqtlocation-mapboxgl-upstream/fb-showAttribution-public.tar.gz
Have jazzy explicitly ignore style class methods w/nodocupstream/fb-showAttribution-public
-rw-r--r--platform/ios/src/MGLMapView.h8
1 files 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