aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html16
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>