diff options
author | David Robillard <d@drobilla.net> | 2012-02-09 06:40:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-09 06:40:45 +0000 |
commit | 3d8a2bef05f69eff154ad350db4be897f6d3edfa (patch) | |
tree | 7de4fecf06fe7b247bee97ff2d235a417c7d16da /doc | |
parent | 4c3618b8bd6983886f0049f3204552e3a4152bdb (diff) | |
download | lv2-3d8a2bef05f69eff154ad350db4be897f6d3edfa.tar.xz |
Add message extension.
Diffstat (limited to 'doc')
-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 |