diff options
author | David Robillard <d@drobilla.net> | 2011-11-17 05:16:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-17 05:16:53 +0000 |
commit | a87331accdaec222af6fe84cac0c703e334e5a5f (patch) | |
tree | 3bfb12585abeb2ad7a95de3f88b94f84e4faacb1 /lv2specgen/template.html | |
parent | 61fe9f27340e5aaea046db3d9c25507e3511fdd9 (diff) | |
download | lv2-a87331accdaec222af6fe84cac0c703e334e5a5f.tar.xz |
Add change log and release links to RDF.
Add "Version History" section to generated documentation.
Move doap metadata to separate file.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 8906e6f..6065af6 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -32,8 +32,19 @@ @FILES@ </table> </div> - + + <div class="content"> + <h3>Contents</h3> + <ul> + <li><a href="#sec-description">Description</a></li> + <li><a href="#sec-index">Index</a></li> + <li><a href="#sec-documentation">Documentation</a></li> + <li><a href="#sec-history">Version History</a></li> + </ul> + </div> + <!-- DESCRIPTION --> + <h2 class="sec" id="sec-description">Description</h2> <div class="content">@COMMENT@</div> <!-- INDEX --> @@ -48,6 +59,12 @@ @REFERENCE@ </div> + <!-- HISTORY --> + <h2 class="sec" id="sec-history">Version History</h2> + <div class="content"> + @HISTORY@ + </div> + <!-- FOOTER --> <div id="footer"> <div> |