12 lines
360 B
HTML
12 lines
360 B
HTML
{% if doc.showDeprecatedNotes %}
|
|
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
|
|
div(flex="20" flex-xs="100")
|
|
h2(class="h2-api-docs") Deprecation Notes
|
|
div(flex="80" flex-xs="100")
|
|
:marked
|
|
{%- if doc.deprecated %}
|
|
{$ doc.deprecated | indentForMarkdown(6) $}
|
|
{% else %}
|
|
*Not yet documented*
|
|
{% endif %}
|
|
{% endif %} |