[PATCH] D137865: [clang-format][NFC] Improve documentation on ReflowComments

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 13 18:03:58 PST 2022


owenpan added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:3864
   /// \endcode
+  /// This option has only effect if ``ReflowComments`` is set to ``true``.
   /// \version 13
----------------
owenpan wrote:
> We need an empty line after `/// \endcode`.
> We need an empty line after `/// \endcode`.

We need an empty `///` line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137865



More information about the cfe-commits mailing list