clang-format: Update generated documentation with new flag.
authorDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:56:37 +0000 (16:56 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:56:37 +0000 (16:56 +0000)
llvm-svn: 220786

clang/docs/ClangFormatStyleOptions.rst

index e273a3d..cef3f24 100644 (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)``.