================
@@ -26,6 +29,32 @@
{{^Value}}
<td>{{ValueExpr}}</td>
{{/Value}}
+ {{#HasComments}}
+ <td>{{#HasMemberComment}}
+ {{#Description}}
+ {{#BriefComments}}
+ {{#.}}
+ <p class="paragraph-container">{{TextComment}}</p>
+ {{/.}}
+ {{/BriefComments}}
+ {{#ParagraphComments}}
+ <p class="paragraph-container">
+ {{#.}}
+ {{TextComment}}<br>
+ {{/.}}
+ </p>
+ {{/ParagraphComments}}
+ {{#ParagraphComment}}
----------------
evelez7 wrote:
Oh, I think that's outdated then. I need to remove that since that's leftover
from a long time ago. Can you remove this block here in the meanwhile?
`ParagraphComments` is the correct key.
https://github.com/llvm/llvm-project/pull/183085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits