[PATCH] D145262: [clang-format] Treat AttributeMacros more like attribute macros
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 02:00:43 PDT 2023
MyDeveloperDay added inline comments.
================
Comment at: clang/lib/Format/ContinuationIndenter.h:231
/// Used e.g. to break like:
+ /// ```
/// functionCall(Parameter, otherCall(
----------------
If you want this to look like code you need to use \code \endcode
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145262/new/
https://reviews.llvm.org/D145262
More information about the cfe-commits
mailing list