[clang-tools-extra] [clang-doc] add support for block commands in clang-doc html output (PR #101108)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 17:58:13 PDT 2024


================
@@ -631,7 +631,19 @@ static std::unique_ptr<HTMLNode> genHTML(const CommentInfo &I) {
       return nullptr;
     return std::move(ParagraphComment);
   }
-
----------------
ilovepi wrote:

Why remove the new line?

https://github.com/llvm/llvm-project/pull/101108


More information about the cfe-commits mailing list