mitchell-stellar added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:1589
+ statement. Switch statement body is always indented one level more than
+ case labels. \code
false: true:
----------------
This generated rst is not correct. See below.
================
Comment at: clang/include/clang/Format/Format.h:1313
+ /// statement. Switch statement body is always indented one level more than
+ /// case labels. \code
/// false: true:
----------------
`\code` needs to be on its own line. Otherwise you get the incorrectly
generated .rst I mentioned earlier.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69951/new/
https://reviews.llvm.org/D69951
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits