aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-05 17:11:06 +0000
committerDavid Robillard <d@drobilla.net>2010-10-05 17:11:06 +0000
commit7488f55de00b8ffd4813f504a1cf5cc3e602f6d8 (patch)
treef9f98b403f073ed0d655725d8d6a84ea93743fb7 /lv2specgen/template.html
parent4b1bcc2063e0e71c415ad5a6cf1bbdb400ce6093 (diff)
downloadlv2-7488f55de00b8ffd4813f504a1cf5cc3e602f6d8.tar.xz
Add both developer and maintainer information to generated documentation.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index c30c83c..8af2635 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -22,8 +22,8 @@
<table>
<tr><th class="metahead">URI</th><td><a href="@URI@">@URI@</a></td></tr>
<tr><th class="metahead">Revision</th><td>@REVISION@</td></tr>
- <tr><th class="metahead">Maintainer(s)</th><td>@MAINTAINERS@</td></tr>
- <tr><th class="metahead">Namespaces</th><td>@PREFIXES@</td></tr>
+ <tr><th class="metahead">Namespaces</th><td>@PREFIXES@</td></tr>
+ @AUTHORS@
</table>
</div>