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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-doc/assets/function-template.mustache b/clang-tools-extra/clang-doc/assets/function-template.mustache index 86e934a..2510a4d 100644 --- a/clang-tools-extra/clang-doc/assets/function-template.mustache +++ b/clang-tools-extra/clang-doc/assets/function-template.mustache @@ -6,7 +6,7 @@ This file defines the template for functions/methods }} <div class="delimiter-container"> - <div id="{{ID}}"> + <div id="{{USR}}"> {{! Function Prototype }} <pre> <code class="language-cpp code-clang-doc"> @@ -14,10 +14,10 @@ </code> </pre> {{! Function Comments }} - {{#FunctionComments}} + {{#Description}} <div> {{>Comments}} </div> - {{/FunctionComments}} + {{/Description}} </div> </div> |