Cleanup doc

This commit is contained in:
Clément Fournier
2022-03-22 19:34:13 +01:00
parent f7442094a4
commit 463f68faca
3 changed files with 20 additions and 12 deletions

View File

@ -50,6 +50,10 @@
<dl>
<dd>{{ fun.description | render_markdown }}</dd>
{% if fun.since %}
<dt>Since</dt>
<dd>PMD {{ fun.since }}</dd>
{% endif %}
<dt>Remarks</dt>
<dd>{{ fun.notes | render_markdown }}</dd>