Format definition lists correctly

If the construct is missing documentation, it broke defnition list styling. This
inserts a placeholder comment to avoid that.
pull/51/head
Anthony Johnson 9 years ago
parent a672d55187
commit 598f449b8e

@ -49,6 +49,8 @@
{% macro render() %}{{ obj_item.summary }}{% endmacro %}
{{ obj_item.type }} :dn:{{ obj_item.ref_directive }}:`{{ obj_item.ref_name }}`
.. object: type={{ obj_item.type }} name={{ obj_item.ref_name }}
{{ render()|indent(8) }}
{%- endfor %}

Loading…
Cancel
Save