We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418805c commit 9c8814cCopy full SHA for 9c8814c
templates/markdown.hbs
@@ -10,7 +10,7 @@
10
11
{{#each files}}{{#each methods}}
12
13
-##{{name}} {{#if isPrivate}} _private method_{{/if}}
+##{{name}}({{params}}) {{#if isPrivate}} _private method_{{/if}}
14
15
{{{description}}}
16
0 commit comments