Rebuild docs to make them easier to maintain
This commit is contained in:
11
_includes/paramsList.html
Normal file
11
_includes/paramsList.html
Normal file
@ -0,0 +1,11 @@
|
||||
{%
|
||||
for param in include.params
|
||||
%}{%
|
||||
if param.optionalGroup
|
||||
%}[{% include paramsList.html params=param.params %}]{%
|
||||
else
|
||||
%}{%
|
||||
if param.optional %}[{%endif %}{{param.name}}{% if param.optional %}]{%endif
|
||||
%}{%endif
|
||||
%}{% if forloop.last == false %}, {%endif%}{% endfor
|
||||
%}
|
Reference in New Issue
Block a user