summaryrefslogtreecommitdiffstats
path: root/docs/clang-tidy/checks/objc-property-declaration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clang-tidy/checks/objc-property-declaration.rst')
-rw-r--r--docs/clang-tidy/checks/objc-property-declaration.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/clang-tidy/checks/objc-property-declaration.rst b/docs/clang-tidy/checks/objc-property-declaration.rst
index 49df5102..60b9c82e 100644
--- a/docs/clang-tidy/checks/objc-property-declaration.rst
+++ b/docs/clang-tidy/checks/objc-property-declaration.rst
@@ -40,15 +40,3 @@ lowercase letters followed by a '_' to avoid naming conflict. For example:
@property(nonatomic, assign) int abc_lowerCamelCase;
The corresponding style rule: https://developer.apple.com/library/content/qa/qa1908/_index.html
-
-
-Options
--------
-
-.. option:: Acronyms
-
- This option is deprecated and ignored.
-
-.. option:: IncludeDefaultAcronyms
-
- This option is deprecated and ignored.