Moar spaces

pull/977/head
Kegan Dougal 9 years ago
parent 96be7ff241
commit 8648f86032

@ -13,17 +13,17 @@
Request format:
{% if (endpoint.req_param_by_loc | length) %}
=========================================== ================= ===========================================
Parameter Value Description
=========================================== ================= ===========================================
=============================================================== ================= ===========================================
Parameter Value Description
=============================================================== ================= ===========================================
{% for loc in endpoint.req_param_by_loc -%}
*{{loc}} parameters*
---------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
{% for param in endpoint.req_param_by_loc[loc] -%}
{{param.key}}{{param.type|indent(44-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(62)}}
{{param.key}}{{param.type|indent(64-param.key|length)}}{{param.desc|indent(18-param.type|length)|wrap(43)|indent_block(82)}}
{% endfor -%}
{% endfor -%}
=========================================== ================= ===========================================
=============================================================== ================= ===========================================
{% else %}
`No parameters`
{% endif %}

Loading…
Cancel
Save