diff options
author | David Robillard <d@drobilla.net> | 2011-10-26 02:47:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-26 02:47:55 +0000 |
commit | 2f2e2fc2dd54cf2e932db54d91c01ad2812a0c8c (patch) | |
tree | 60d89fcb683e8a1fd2098809d30e07b9efc25275 /lv2specgen/template.html | |
parent | 6b0e859064d250ae42ff5aacd2a14e18f41fe70c (diff) | |
download | lv2-2f2e2fc2dd54cf2e932db54d91c01ad2812a0c8c.tar.xz |
Put description directly below header with no heading.
Makes documentation pages look less boilerplatey and more like something
actually intended to be read.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index c3e4410..df49f17 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -34,15 +34,7 @@ </div> </div> - <div class="content"> - <p>This document describes <a href="@URI@">@NAME@</a>. - For more information about LV2, - visit <a href="http://lv2plug.in/">http://lv2plug.in</a>. - </p> - </div> - <!-- DESCRIPTION --> - <h2 class="sec" id="sec-description">Description</h2> <div class="content">@COMMENT@</div> <!-- INDEX --> |