================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to