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