From 6b9edd25849f0022c09014fb4cca49e29df74020 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Oct 2011 23:18:37 +0000 Subject: Add preliminary time extension --- Doxyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Doxyfile') 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 \ -- cgit v1.2.1