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 7bc0f80 commit 2509b68Copy full SHA for 2509b68
_includes/api_lua_parameters.html
@@ -3,7 +3,7 @@
3
<table>
4
{%- for param in parameters -%}
5
<tr>
6
- <td><code>{{ param.name }}</code></td>
+ <td><code>{%- if param.is_optional == "True" -%}[{{ param.name }}]{%- else -%}{{ param.name }}{%- endif -%}</code></td>
7
<td><code>{{ param.types | join: ", " }}</code></td>
8
<td>{{ param.doc }}
9
{%- if param.parameters -%}
0 commit comments