[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:02:26 PDT 2023


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/ContinuationIndenter.h:231
   /// Used e.g. to break like:
+  /// ```
   /// functionCall(Parameter, otherCall(
----------------
MyDeveloperDay wrote:
> If you want this to look like code you need to use \code \endcode
Ok my bad this is the ContinuationIndenter.h, not Format.h


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145262/new/

https://reviews.llvm.org/D145262



More information about the cfe-commits mailing list