diff options
Diffstat (limited to 'clang-tools-extra/clang-doc/assets/function-template.mustache')
-rw-r--r-- | clang-tools-extra/clang-doc/assets/function-template.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-doc/assets/function-template.mustache b/clang-tools-extra/clang-doc/assets/function-template.mustache index 6683afa..2510a4d 100644 --- a/clang-tools-extra/clang-doc/assets/function-template.mustache +++ b/clang-tools-extra/clang-doc/assets/function-template.mustache @@ -14,10 +14,10 @@ </code> </pre> {{! Function Comments }} - {{#FunctionComments}} + {{#Description}} <div> {{>Comments}} </div> - {{/FunctionComments}} + {{/Description}} </div> </div> |