api-builder: include exportAs info in directive docs
This commit is contained in:
@@ -37,4 +37,12 @@
|
||||
{$ event.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if doc.directiveOptions.exportAs %}
|
||||
.l-main-section
|
||||
h2 Exported As
|
||||
.l-sub-section
|
||||
h3.export-as
|
||||
code {$ doc.directiveOptions.exportAs $}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user