]> granicus.if.org Git - clang/commit
[clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLine
authorDaniel Jasper <djasper@google.com>
Thu, 7 Sep 2017 13:45:41 +0000 (13:45 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 7 Sep 2017 13:45:41 +0000 (13:45 +0000)
commit4c51de1ebe54a52ab08ba321a16ee5e366fdfebe
tree1aebc4c9b7a523a86a0fa3303bf597b922dccba9
parentcb7a513bacbe0968dffc72c4883514d6a1b0639d
[clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLine

The current description of AllowAllParametersOfDeclarationOnNextLine in
the Clang-Format Style Options guide suggests that it is possible to
format function declaration, which fits in a single line (what is not
supported in current clang-format version). Also the example was not
reproducible and mades no sense.

Patch by Lucja Mazur, thank you!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312721 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h