aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-22 20:38:01 +0200
committerDavid Robillard <d@drobilla.net>2018-09-22 20:38:58 +0200
commit4db67120efca2d4c200d2e1ba5cf3d7b97cab97e (patch)
tree793630dd2a17b78d805dc4bc5cd50fbdd0ace3bd /doc
parent160ecb9601c9687a1093e124e936dcbd78aef43c (diff)
downloadlv2-4db67120efca2d4c200d2e1ba5cf3d7b97cab97e.tar.xz
Install standard headers to simpler include paths
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html.in96
-rw-r--r--doc/reference.doxygen.in56
2 files changed, 124 insertions, 28 deletions
diff --git a/doc/index.html.in b/doc/index.html.in
new file mode 100644
index 0000000..b30f804
--- /dev/null
+++ b/doc/index.html.in
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>LV2 Specifications</title>
+ <meta http-equiv="Content-Type"
+ content="application/xhtml+xml;charset=utf-8" />
+ <link rel="stylesheet" type="text/css"
+ href="../aux/style.css" />
+ </head>
+ <body>
+
+ <!-- HEADER -->
+ <div id="topbar">
+ <div id="header">
+ <div id="titlebox">
+ <h1 id="title">LV2 Specifications</h1>
+ </div>
+ <table id="meta">
+ <!--<tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr>
+ <tr><th>Version</th><td>@REVISION@</td></tr>-->
+ <!--<tr><th>Prefixes</th><td>@PREFIXES@</td></tr>-->
+ <tr><th>Version</th><td>@LV2_VERSION@</td></tr>
+ <tr><th>Date</th><td>@DATE@</td></tr>
+ <tr><th>Discuss</th>
+ <td>
+ <a href="mailto:devel@lists.lv2plug.in">devel@lists.lv2plug.in</a>
+ <a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">(subscribe)</a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <ul id="contents">
+ <!-- <li><a href="#sec-description">Description</a></li> -->
+ <li><a href="#sec-index">Index</a></li>
+ <li><a href="#sec-history">History</a></li>
+ </ul>
+ </div>
+
+ <!-- DESCRIPTION -->
+ <!-- <h2 class="sec" id="sec-description">Description</h2> -->
+ <div class="content">
+ <p>All official LV2 specifications.</p>
+ </div>
+
+ <!-- INDEX -->
+ <!-- <h2 class="sec" id="sec-index">Index</h2> -->
+ <div class="content">
+ <a id="sec-index"></a>
+ <table class="index" summary="An index of LV2 specifications">
+ <thead>
+ <tr>
+ <th>Specification</th>
+ <th>API</th>
+ <th>Description</th>
+ <th>Version</th>
+ <th>Status</th>
+ </tr>
+ </thead>
+ <tbody>
+@ROWS@
+ </tbody>
+ </table>
+ </div>
+
+ <!-- HISTORY -->
+ <h2 class="sec" id="sec-history">History</h2>
+ <div class="content">
+ @HISTORY@
+ </div>
+
+ <!-- FOOTER -->
+ <div id="footer">
+ <div>
+ This document is available under the
+ <a about="" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
+ Creative Commons Attribution-ShareAlike License
+ </a>
+ </div>
+ <div>
+ Valid
+ <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/rdfa-syntax"
+ href="http://validator.w3.org/check?uri=referer">
+ XHTML+RDFa
+ </a>
+ and
+ <a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/CSS2"
+ href="http://jigsaw.w3.org/css-validator/check/referer">
+ CSS
+ </a>
+ generated from <tt>meta.ttl</tt>
+ </div>
+ </div>
+
+ </body>
+</html>
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index ff210f4..8f1d467 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -781,34 +781,34 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = @LV2_SRCDIR@/doc/mainpage.dox \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/atom.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/forge.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/atom/util.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/buf-size/buf-size.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/data-access/data-access.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/event/event-helpers.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/event/event.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/log/log.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/log/logger.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/midi/midi.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/morph/morph.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/options/options.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/parameters/parameters.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/patch/patch.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/port-groups/port-groups.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/port-props/port-props.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/presets/presets.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/state/state.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/time/time.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/uri-map/uri-map.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/urid/urid.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/worker/worker.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/extensions/ui/ui.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/extensions/units/units.h \
- @LV2_SRCDIR@/lv2/lv2plug.in/ns/lv2core/lv2.h
+ @LV2_SRCDIR@/lv2/atom/atom.h \
+ @LV2_SRCDIR@/lv2/atom/forge.h \
+ @LV2_SRCDIR@/lv2/atom/util.h \
+ @LV2_SRCDIR@/lv2/buf-size/buf-size.h \
+ @LV2_SRCDIR@/lv2/core/lv2.h \
+ @LV2_SRCDIR@/lv2/data-access/data-access.h \
+ @LV2_SRCDIR@/lv2/dynmanifest/dynmanifest.h \
+ @LV2_SRCDIR@/lv2/event/event-helpers.h \
+ @LV2_SRCDIR@/lv2/event/event.h \
+ @LV2_SRCDIR@/lv2/instance-access/instance-access.h \
+ @LV2_SRCDIR@/lv2/log/log.h \
+ @LV2_SRCDIR@/lv2/log/logger.h \
+ @LV2_SRCDIR@/lv2/midi/midi.h \
+ @LV2_SRCDIR@/lv2/morph/morph.h \
+ @LV2_SRCDIR@/lv2/options/options.h \
+ @LV2_SRCDIR@/lv2/parameters/parameters.h \
+ @LV2_SRCDIR@/lv2/patch/patch.h \
+ @LV2_SRCDIR@/lv2/port-groups/port-groups.h \
+ @LV2_SRCDIR@/lv2/port-props/port-props.h \
+ @LV2_SRCDIR@/lv2/presets/presets.h \
+ @LV2_SRCDIR@/lv2/resize-port/resize-port.h \
+ @LV2_SRCDIR@/lv2/state/state.h \
+ @LV2_SRCDIR@/lv2/time/time.h \
+ @LV2_SRCDIR@/lv2/ui/ui.h \
+ @LV2_SRCDIR@/lv2/units/units.h \
+ @LV2_SRCDIR@/lv2/uri-map/uri-map.h \
+ @LV2_SRCDIR@/lv2/urid/urid.h \
+ @LV2_SRCDIR@/lv2/worker/worker.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses