Skip to content

Commit b388252

Browse files
committed
[clang-doc] generate comments for functions
Change the function partial to enable comments to be generated for functions. This only enables the brief comments in the basic project.
1 parent d8e460a commit b388252

File tree

2 files changed

+153
-153
lines changed

2 files changed

+153
-153
lines changed

clang-tools-extra/clang-doc/assets/function-template.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</code>
1515
</pre>
1616
{{! Function Comments }}
17-
{{#FunctionComments}}
17+
{{#Description}}
1818
<div>
1919
{{>Comments}}
2020
</div>
21-
{{/FunctionComments}}
21+
{{/Description}}
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)