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.
2 parents 4c596ac + a156af0 commit a1c63baCopy full SHA for a1c63ba
docs/api_split.pug
@@ -59,11 +59,11 @@ block content
59
- if (param.nested)
60
ul(style="margin-top: 0.5em")
61
li
62
- | #{param.name}
+ | <code>#{param.name}</code>
63
| <span class="method-type">«#{param.types}»</span> !{param.description}
64
- else
65
li.param
66
67
68
if prop.return != null
69
h5 Returns:
0 commit comments