diff options
Diffstat (limited to 'docs/function.template')
| -rw-r--r-- | docs/function.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/function.template b/docs/function.template index 8e89cd18..f5660314 100644 --- a/docs/function.template +++ b/docs/function.template @@ -1,4 +1,12 @@ <h1>{{name}}</h1> + +{{#deprecated}} +<fieldset class="deprecated"> + <legend>Deprecated API</legend> + {{deprecated}} +</fieldset> +{{/deprecated}} + <h2>Description</h2> {{{description}}} |
