diff options
author | David Robillard <d@drobilla.net> | 2020-03-22 19:40:18 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | 78c9cc7761f3c2382dc3f85576674c03048c0a63 (patch) | |
tree | 0aee4e928a72f7e4aef90ac6dc2c8fe1f987dc25 /lv2specgen/template.html | |
parent | e171a9564dc6477f21710fad61469119904e5193 (diff) | |
download | lv2-78c9cc7761f3c2382dc3f85576674c03048c0a63.tar.xz |
lv2specgen: Flatten page structure
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 059a599..1522472 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -41,7 +41,7 @@ <!-- Contents: --> <ul id="contents"> <!-- <li><a href="#sec-description">Description</a></li> --> - <li><a href="#sec-reference">Reference</a></li> + <li><a href="#sec-index">Index</a></li> <li><a href="#sec-history">History</a></li> @CONTENT_LINKS@ </ul> @@ -51,17 +51,19 @@ <!-- DESCRIPTION --> <div class="section">@DESCRIPTION@</div> + <!-- INDEX --> + <h2 id="sec-index">Index</h2> + <div class="section"> + @INDEX@ + </div> + <!-- REFERENCE --> - <h2 class="sec" id="sec-reference">Reference</h2> <div class="section"> - <div id="indexbox"> - @INDEX@ - @REFERENCE@ - </div> + @REFERENCE@ </div> <!-- HISTORY --> - <h2 class="sec" id="sec-history">History</h2> + <h2 id="sec-history">History</h2> <div class="section"> @HISTORY@ </div> |