aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/header.html24
-rw-r--r--doc/mainpage.dox4
-rw-r--r--doc/reference.doxygen.in5
3 files changed, 29 insertions, 4 deletions
diff --git a/doc/header.html b/doc/header.html
new file mode 100644
index 0000000..6ff2e60
--- /dev/null
+++ b/doc/header.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<title>LV2: File List</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<link href="doxy-style.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">LV2
+ &#160;<span id="projectnumber">1.0.13</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 078f67d..920ef1d 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -1,7 +1,7 @@
/** @mainpage
*
* This is the documentation for the LV2 specification and its
- * extensions hosted at http://lv2plug.in.
+ * official extensions.
*
* An LV2 extension generally has two parts: the specification in
* <a href="http://www.w3.org/TeamSubmission/turtle/">Turtle</a>
@@ -12,7 +12,7 @@
* documentation generated from Turtle with
* <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>.
*
- * \li <a href="../../">LV2 Specifications</a>
+ * \li <a href="../../ns/index.html">LV2 Specifications</a>
* \li <a href="annotated.html">Data Structures</a>
* \li <a href="files.html">Headers</a>
*/
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 88fe7ea..718a74c 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -666,6 +666,7 @@ INPUT = @LV2_SRCDIR@/doc/mainpage.dox \
lv2/lv2plug.in/ns/ext/event/event.h \
lv2/lv2plug.in/ns/ext/instance-access/instance-access.h \
lv2/lv2plug.in/ns/ext/log/log.h \
+ lv2/lv2plug.in/ns/ext/midi/midi.h \
lv2/lv2plug.in/ns/ext/morph/morph.h \
lv2/lv2plug.in/ns/ext/options/options.h \
lv2/lv2plug.in/ns/ext/patch/patch.h \
@@ -906,7 +907,7 @@ HTML_FILE_EXTENSION = .html
# have to redo this when upgrading to a newer version of doxygen or when
# changing the value of configuration settings such as GENERATE_TREEVIEW!
-HTML_HEADER =
+HTML_HEADER = @LV2_SRCDIR@/doc/header.html
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
# each generated HTML page. If it is left blank doxygen will generate a
@@ -1730,7 +1731,7 @@ GRAPHICAL_HIERARCHY = YES
# in a graphical way. The dependency relations are determined by the #include
# relations between the files in the directories.
-DIRECTORY_GRAPH = YES
+DIRECTORY_GRAPH = NO
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. Possible values are svg, png, jpg, or gif.