aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference.doxygen.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-06 01:25:53 +0000
committerDavid Robillard <d@drobilla.net>2012-09-06 01:25:53 +0000
commit4acfb4730957f814a36ed66421409e73775de6d8 (patch)
treeb0f45030eafdf13490b7f2ed31e0cca4a72f4f27 /doc/reference.doxygen.in
parentd81c616900c1c4fe3497c5462a8e9af89dc9600f (diff)
downloadlv2-4acfb4730957f814a36ed66421409e73775de6d8.tar.xz
Make documentation suitable for local installation.
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r--doc/reference.doxygen.in5
1 files changed, 3 insertions, 2 deletions
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.