r212594 - clang-format: Update flag documentation.

Daniel Jasper djasper at google.com
Wed Jul 9 01:19:11 PDT 2014


Author: djasper
Date: Wed Jul  9 03:19:11 2014
New Revision: 212594

URL: http://llvm.org/viewvc/llvm-project?rev=212594&view=rev
Log:
clang-format: Update flag documentation.

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=212594&r1=212593&r2=212594&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Wed Jul  9 03:19:11 2014
@@ -213,7 +213,7 @@ the configuration (without a prefix: ``A
 
 **DerivePointerAlignment** (``bool``)
   If ``true``, analyze the formatted file for the most common
-  alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
+  alignment of & and *. ``PointerAlignment`` is then used only as fallback.
 
 **DisableFormat** (``bool``)
   Disables formatting at all.
@@ -248,10 +248,6 @@ the configuration (without a prefix: ``A
   When ``false``, use the same indentation level as for the switch statement.
   Switch statement body is always indented one level more than case labels.
 
-**IndentFunctionDeclarationAfterType** (``bool``)
-  If ``true``, indent when breaking function declarations which
-  are not also definitions after the type.
-
 **IndentWidth** (``unsigned``)
   The number of columns to use for indentation.
 





More information about the cfe-commits mailing list