fix(api-builder): remove bogus 'class export' section from class template

This commit is contained in:
Igor Minar 2016-09-08 13:31:08 -07:00
parent 24db3d5b9e
commit 62d6a51436
1 changed files with 1 additions and 9 deletions

View File

@ -60,14 +60,6 @@ div(layout="row" layout-xs="column" class="row-margin ng-cloak")
{$ doc.description | indentForMarkdown(6) | trimBlankLines $}
{% endif %}
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
div(flex="20" flex-xs="100")
h2(class="h2-api-docs") Class Export
div(flex="80" flex-xs="100")
pre.prettyprint.no-bg
code(class="api-doc-code no-pln").
export {$ doc.docType $} {$ doc.name $}
{%- if doc.decorators.length %}
{% block annotations %}
div(layout="row" layout-xs="column" class="row-margin ng-cloak")
@ -147,7 +139,7 @@ div(layout="row" layout-xs="column" class="instance-members" class="row-margin n
{% endif %}
p(class="location-badge").
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} },
defined in {$ githubViewLink(doc) $}
{% endblock %}