浏览代码

clang-format: Update flag documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212594 91177308-0d34-0410-b5e6-96231b3b80d8
Daniel Jasper 11 年之前
父节点
当前提交
7f43bfc1ca
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      docs/ClangFormatStyleOptions.rst

+ 1 - 5
docs/ClangFormatStyleOptions.rst

@@ -213,7 +213,7 @@ the configuration (without a prefix: ``Auto``).
 
 
 **DerivePointerAlignment** (``bool``)
 **DerivePointerAlignment** (``bool``)
   If ``true``, analyze the formatted file for the most common
   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``)
 **DisableFormat** (``bool``)
   Disables formatting at all.
   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.
   When ``false``, use the same indentation level as for the switch statement.
   Switch statement body is always indented one level more than case labels.
   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``)
 **IndentWidth** (``unsigned``)
   The number of columns to use for indentation.
   The number of columns to use for indentation.