diff options
author | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
commit | 725d4a404b838da6b67d9da66228a1125bddef57 (patch) | |
tree | a1daab3d767c85b1b67ff3a9eb60d54721b2e5fc /Doxyfile | |
parent | 5ae0165d6d0420e95e22c1451e319b9e83398c28 (diff) | |
download | lv2-725d4a404b838da6b67d9da66228a1125bddef57.tar.xz |
Lay out repository structure to match include and URI structure.
Treat lv2core like all the other specifications in gendoc.py.
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 - |