From 6d6e2458c3dff83ee6f68a1c7c5f7ed69bb121ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Nov 2011 00:54:20 +0000 Subject: Add state extension (a minor improvement to persist). --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doxyfile') 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 \ -- cgit v1.2.1