Skip to content

Commit a1c63ba

Browse files
authored
Merge pull request #12145 from hasezoey/addCodeToParameters
docs(api_split.pug): add "code" to parameter name
2 parents 4c596ac + a156af0 commit a1c63ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api_split.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ block content
5959
- if (param.nested)
6060
ul(style="margin-top: 0.5em")
6161
li
62-
| #{param.name}
62+
| <code>#{param.name}</code>
6363
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
6464
- else
6565
li.param
66-
| #{param.name}
66+
| <code>#{param.name}</code>
6767
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
6868
if prop.return != null
6969
h5 Returns:

0 commit comments

Comments
 (0)