diff options
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 3e35029..16a35c4 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -576,6 +576,7 @@ INPUT = \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/event/event.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/log/log.h \ + @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/message/message.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/osc/osc-print.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/osc/osc.h \ @LV2_SRCDIR@/lv2/lv2plug.in/ns/ext/pui/pui.h \ @@ -611,7 +612,7 @@ FILE_PATTERNS = # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = YES +RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a |