[PATCH] D69433: [clang-format] [NFC] update the documentation in Format.h to allow dump_format_style.py to get a little closer to being correct. (part 2)
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 08:07:42 PDT 2019
MyDeveloperDay marked 2 inline comments as done.
MyDeveloperDay added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:1971
+ /// be affected.
/// \code
/// true: false:
----------------
my assumption here was that the text as was in the .rst was correct, hence why I'm reflecting that text back into Format.h
================
Comment at: clang/include/clang/Format/Format.h:1986
/// The historical aliases ``Cpp03`` and ``Cpp11`` are deprecated.
enum LanguageStandard {
+ /// Use C++03-compatible syntax.
----------------
Again focus is on the rst being the desired text and getting them to be aligned. @sammccall please correct me if my assumption is incorrect
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69433/new/
https://reviews.llvm.org/D69433
More information about the cfe-commits
mailing list