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