add support for @deprecated ng:doc annotation + show warnings in templates

This commit is contained in:
Igor Minar
2010-11-15 22:51:16 -08:00
parent 7d6f5f986e
commit c7052f098d
11 changed files with 86 additions and 8 deletions

View File

@@ -1,4 +1,12 @@
<h1>{{name}}</h1>
{{#deprecated}}
<fieldset class="deprecated">
<legend>Deprecated API</legend>
{{deprecated}}
</fieldset>
{{/deprecated}}
<h2>Description</h2>
{{{description}}}