aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-05 23:18:37 +0000
committerDavid Robillard <d@drobilla.net>2011-10-05 23:18:37 +0000
commit6b9edd25849f0022c09014fb4cca49e29df74020 (patch)
treee04f711af348716c2c869c8a76f235f1a7acf0ac /Doxyfile
parente27a9bb32ce311865264d00214e50f83e7078720 (diff)
downloadlv2-6b9edd25849f0022c09014fb4cca49e29df74020.tar.xz
Add preliminary time extension
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 01b5104..d75ef34 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -567,8 +567,8 @@ WARN_LOGFILE =
INPUT = \
doc/mainpage.dox \
core.lv2/lv2.h \
- ext/atom.lv2/atom.h \
ext/atom.lv2/atom-helpers.h \
+ ext/atom.lv2/atom.h \
ext/contexts.lv2/contexts.h \
ext/data-access.lv2/data-access.h \
ext/dyn-manifest.lv2/dyn-manifest.h \
@@ -579,10 +579,11 @@ INPUT = \
ext/osc.lv2/osc-print.h \
ext/osc.lv2/osc.h \
ext/persist.lv2/persist.h \
- ext/string-port.lv2/string-port.h \
- ext/pui.lv2/pui.h \
ext/pui-event.lv2/pui-event.h \
ext/pui-gtk.lv2/pui-gtk.h \
+ ext/pui.lv2/pui.h \
+ ext/string-port.lv2/string-port.h \
+ ext/time.lv2/time.h \
ext/uri-map.lv2/uri-map.h \
ext/uri-unmap.lv2/uri-unmap.h \
ext/urid.lv2/urid.h \