diff options
author | David Robillard <d@drobilla.net> | 2020-03-22 19:28:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | dbeba1eef8bd7c5210d661fe768515d485ab5aad (patch) | |
tree | 1b66a5da0c3c471cd18be3d2abe26475ddb10d20 /lv2specgen/template.html | |
parent | 59c3df529e9216eaeb7407980d9d580f8ba283dd (diff) | |
download | lv2-dbeba1eef8bd7c5210d661fe768515d485ab5aad.tar.xz |
lv2specgen: Add support for Markdown documentation
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index a459a94..059a599 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -49,7 +49,7 @@ <hr class="contentssep" /> <!-- DESCRIPTION --> - <div class="section">@COMMENT@</div> + <div class="section">@DESCRIPTION@</div> <!-- REFERENCE --> <h2 class="sec" id="sec-reference">Reference</h2> |