chore(doc-gen): make the module of the export's original declaration available

This commit is contained in:
Peter Bacon Darwin
2015-09-16 21:35:35 +01:00
committed by Naomi Black
parent 19274e744d
commit dad40751d4
7 changed files with 38 additions and 12 deletions

View File

@ -8,6 +8,9 @@
{%- if item.varType %}
"varType" : "{$ item.varType $}",
{%- endif %}
{%- if item.originalModule %}
"originalModule" : "{$ item.originalModule $}",
{%- endif %}
"docType": "{$ item.docType $}"
}{% if not loop.last %},{% endif %}
{% endfor -%}