* first pass at including doc comments * incorporate suggestions for method comments; add devdoc to dummy contract * better formatting and persist generated docs as circleci build artifacts * store artifacts properly * hanging indent for method params
6 lines
175 B
Handlebars
6 lines
175 B
Handlebars
{{#each inputs}}
|
|
{{#if (getDocstringForParamTs name ../docstrings)}}
|
|
{{formatDocstringForParamTs name (getDocstringForParamTs name ../docstrings)}}
|
|
{{/if}}
|
|
{{/each}}
|