mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2557] Added return tag support and error messages (#3127)
* [ADF-2557] Added return tag support and error messages * [ADF-2557] Set doc tool config to use index script correctly
This commit is contained in:
committed by
Eugenio Romano
parent
0aba5bb1b5
commit
7d5f1b223b
@@ -4,7 +4,7 @@
|
||||
|
||||
{% for meth in methods %}- `{{meth.name}}{{meth.signature}}: {{meth.returnType}}`<br/>
|
||||
{{meth.docText}}
|
||||
{% for param in meth.params %} - `{{param.combined}}` - {% if param.isOptional %}(Optional){% endif %}{{param.docText}}
|
||||
{% endfor %}
|
||||
{% for param in meth.params %} - `{{param.combined}}` - {% if param.isOptional %}(Optional){% endif %}{{param.docText}}
|
||||
{% endfor %} - **Returns** `{{meth.returnType}}` - {{meth.returnDocText}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user