clang-format: Update flag documentation.
authorDaniel Jasper <djasper@google.com>
Wed, 9 Jul 2014 08:19:11 +0000 (08:19 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 9 Jul 2014 08:19:11 +0000 (08:19 +0000)
llvm-svn: 212594

clang/docs/ClangFormatStyleOptions.rst

index 29dce2d..5c3b173 100644 (file)
@@ -213,7 +213,7 @@ the configuration (without a prefix: ``Auto``).
 
 **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: ``Auto``).
   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.