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