r220786 - clang-format: Update generated documentation with new flag.
Daniel Jasper
djasper at google.com
Tue Oct 28 09:56:38 PDT 2014
Author: djasper
Date: Tue Oct 28 11:56:37 2014
New Revision: 220786
URL: http://llvm.org/viewvc/llvm-project?rev=220786&view=rev
Log:
clang-format: Update generated documentation with new flag.
Modified:
cfe/trunk/docs/ClangFormatStyleOptions.rst
Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=220786&r1=220785&r2=220786&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Tue Oct 28 11:56:37 2014
@@ -371,6 +371,9 @@ the configuration (without a prefix: ``A
Indent in all namespaces.
+**ObjCBlockIndentWidth** (``unsigned``)
+ The number of characters to use for indentation of ObjC blocks.
+
**ObjCSpaceAfterProperty** (``bool``)
Add a space after ``@property`` in Objective-C, i.e. use
``\@property (readonly)`` instead of ``\@property(readonly)``.
More information about the cfe-commits
mailing list