clang-format: Update generated documentation with new flag.

llvm-svn: 220786
This commit is contained in:
Daniel Jasper 2014-10-28 16:56:37 +00:00
parent 0b350b9ec5
commit eb2226e4bd
1 changed files with 3 additions and 0 deletions

View File

@ -371,6 +371,9 @@ the configuration (without a prefix: ``Auto``).
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)``.