diff options
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 48 |
1 files changed, 26 insertions, 22 deletions
@@ -565,28 +565,33 @@ WARN_LOGFILE = # with spaces. INPUT = \ - core.lv2/lv2.h \ + ns/lv2core/lv2.h \ doc/mainpage.dox \ - ext/atom.lv2/atom-helpers.h \ - ext/atom.lv2/atom.h \ - ext/contexts.lv2/contexts.h \ - ext/data-access.lv2/data-access.h \ - ext/dynmanifest.lv2/dynmanifest.h \ - ext/event.lv2/event-helpers.h \ - ext/event.lv2/event.h \ - ext/files.lv2/files.h \ - ext/instance-access.lv2/instance-access.h \ - ext/osc.lv2/osc-print.h \ - ext/osc.lv2/osc.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 \ - ext/uri-map.lv2/uri-map.h \ - ext/uri-unmap.lv2/uri-unmap.h \ - ext/urid.lv2/urid.h \ - extensions/ui.lv2/ui.h + ns/ext/atom/atom-buffer.h \ + ns/ext/atom/atom-helpers.h \ + ns/ext/atom/atom.h \ + ns/ext/atom/forge.h \ + ns/ext/contexts/contexts.h \ + ns/ext/data-access/data-access.h \ + ns/ext/dynmanifest/dynmanifest.h \ + ns/ext/event/event-helpers.h \ + ns/ext/event/event.h \ + ns/ext/files/files.h \ + ns/ext/instance-access/instance-access.h \ + ns/ext/osc/osc-print.h \ + ns/ext/osc/osc.h \ + ns/ext/pui/pui.h \ + ns/ext/reference/reference.h \ + ns/ext/resize-port/resize-port.h \ + ns/ext/state/state.h \ + ns/ext/string-port/string-port.h \ + ns/ext/time/time.h \ + ns/ext/ui-resize/ui-resize.h \ + ns/ext/uri-map/uri-map.h \ + ns/ext/uri-unmap/uri-unmap.h \ + ns/ext/urid/urid.h \ + ns/extensions/ui/ui.h \ + ns/lv2core/lv2.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -1534,4 +1539,3 @@ DOT_CLEANUP = YES # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO - |