Skip to content

Commit 9c8814c

Browse files
committed
Added parameters to markdown template.
1 parent 418805c commit 9c8814c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/markdown.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{#each files}}{{#each methods}}
1212

13-
##{{name}} {{#if isPrivate}} _private method_{{/if}}
13+
##{{name}}({{params}}) {{#if isPrivate}} _private method_{{/if}}
1414

1515
{{{description}}}
1616

0 commit comments

Comments
 (0)