Skip to content

Commit

Permalink
Merge pull request #12145 from hasezoey/addCodeToParameters
Browse files Browse the repository at this point in the history
docs(api_split.pug): add "code" to parameter name
  • Loading branch information
vkarpov15 committed Jul 25, 2022
2 parents 4c596ac + a156af0 commit a1c63ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api_split.pug
Expand Up @@ -59,11 +59,11 @@ block content
- if (param.nested)
ul(style="margin-top: 0.5em")
li
| #{param.name}
| <code>#{param.name}</code>
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
- else
li.param
| #{param.name}
| <code>#{param.name}</code>
| <span class="method-type">&laquo;#{param.types}&raquo;</span> !{param.description}
if prop.return != null
h5 Returns:
Expand Down

0 comments on commit a1c63ba

Please sign in to comment.