[clang-tools-extra] [Clang-doc] Display enum comments in HTML (PR #183085)

Samrudh Nelli via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 03:32:07 PDT 2026


================
@@ -88,7 +88,7 @@ static void writeDescription(const CommentInfo &I, raw_ostream &OS) {
     break;
 
   case CommentKind::CK_BlockCommandComment:
-    OS << genEmphasis(I.Name);
+    OS << genEmphasis(I.Name) << " ";
----------------
SamrudhNelli wrote:

I think so. The space helps in separating the `**brief**` tag from the comments that follow.

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


More information about the cfe-commits mailing list