aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-04 00:54:20 +0000
committerDavid Robillard <d@drobilla.net>2011-11-04 00:54:20 +0000
commit6d6e2458c3dff83ee6f68a1c7c5f7ed69bb121ab (patch)
tree16478673f3f633a1fc88ce4d09f3ed4c0c6c36b5 /Doxyfile
parent1c80ffdd50c201e15a913759e3acb58ff08be5b8 (diff)
downloadlv2-6d6e2458c3dff83ee6f68a1c7c5f7ed69bb121ab.tar.xz
Add state extension (a minor improvement to persist).
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index aa6fe0a..09cae6e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -565,8 +565,8 @@ WARN_LOGFILE =
# with spaces.
INPUT = \
- doc/mainpage.dox \
core.lv2/lv2.h \
+ doc/mainpage.dox \
ext/atom.lv2/atom-helpers.h \
ext/atom.lv2/atom.h \
ext/contexts.lv2/contexts.h \
@@ -582,6 +582,7 @@ INPUT = \
ext/pui-event.lv2/pui-event.h \
ext/pui-gtk.lv2/pui-gtk.h \
ext/pui.lv2/pui.h \
+ ext/state.lv2/state.h \
ext/string-port.lv2/string-port.h \
ext/time.lv2/time.h \
ext/ui-resize.lv2/ui-resize.h \