[PATCH] D121890: [clang-format] Copy help options to the doc directory.
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 17 02:12:26 PDT 2022
curdeius added inline comments.
================
Comment at: clang/docs/ClangFormat.rst:76
+ --output-replacements-xml - Output replacements as XML.
+ --qualifier-alignment=<string> - If set, overrides the qualifier alignment style determined by the QualifierAlignment style flag
+ --sort-includes - If set, overrides the include sorting behavior determined by the SortIncludes style flag
----------------
Shouldn't long descriptions like this one be split into multiple lines and aligned with `-`?
Did you do it by hand or with some script?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121890/new/
https://reviews.llvm.org/D121890
More information about the cfe-commits
mailing list