From 076af14b905a99f207db459fa9c7bbf826773082 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 28 Sep 2017 17:03:41 -0400 Subject: [ios] Undocument deprecated style class methods --- platform/ios/src/MGLMapView.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'platform/ios/src/MGLMapView.h') diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h index 06d958185e..a1347cc09c 100644 --- a/platform/ios/src/MGLMapView.h +++ b/platform/ios/src/MGLMapView.h @@ -283,24 +283,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