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

@@ -130,3 +130,12 @@ a {
margin-left: 3em;
font-family: monospace;
}
.deprecated {
border: 2px solid red;
}
.deprecated legend {
font-weight: bold;
color: red;
}