From 7f43bfc1ca781fec5da545b5f28285cd9970a7a9 Mon Sep 17 00:00:00 2001 From: Daniel Jasper <djasper@google.com> Date: Wed, 9 Jul 2014 08:19:11 +0000 Subject: [PATCH] clang-format: Update flag documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212594 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangFormatStyleOptions.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index 29dce2d45d3..5c3b1736985 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -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. -- GitLab