Skip to content

Commit

Permalink
docs: function symbols use declarator
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Dec 2, 2023
1 parent 3ad5066 commit 4a54692
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
{{! TODO: == Exceptions }}
{{#if symbol.return}}
{{#if (and symbol.return (eq symbol.class "normal"))}}
== Return Value
* `{{symbol.return.name}}` {{! TODO: symbol.doc.return }}
* `{{>declarator symbol.return}}` {{! TODO: symbol.doc.return }}
{{/if}}
Expand All @@ -34,7 +34,7 @@
{{#each symbol.params}}
| *{{name}}*
| `{{type.name}}`
| `{{>declarator type}}`
{{! TODO: symbol.doc.params.[name] }}
{{/each}}
Expand Down

0 comments on commit 4a54692

Please sign in to comment.