build(aio): fix up API doc-gen templates

* Remove whitespace before type specifiers
* Generate `new` and `call` member info for interfaces
* Ensure that there is no double space after class names
This commit is contained in:
Peter Bacon Darwin
2017-05-31 20:46:56 +03:00
committed by Alex Rickabaugh
parent 82ec02daf8
commit d5ce086089
5 changed files with 26 additions and 17 deletions

View File

@ -8,5 +8,5 @@
{% macro returnType(returnType) -%}
{%- if returnType %} : {$ returnType | escape $}{% endif -%}
{%- if returnType %}: {$ returnType | escape $}{% endif -%}
{%- endmacro -%}