From 3d8a2bef05f69eff154ad350db4be897f6d3edfa Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 9 Feb 2012 06:40:45 +0000
Subject: Add message extension.

---
 doc/reference.doxygen.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'doc')

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 
-- 
cgit v1.2.1