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:

committed by
Alex Rickabaugh

parent
82ec02daf8
commit
d5ce086089
@ -8,5 +8,5 @@
|
||||
|
||||
|
||||
{% macro returnType(returnType) -%}
|
||||
{%- if returnType %} : {$ returnType | escape $}{% endif -%}
|
||||
{%- if returnType %}: {$ returnType | escape $}{% endif -%}
|
||||
{%- endmacro -%}
|
||||
|
Reference in New Issue
Block a user