diff build/Doxyfile @ 233:521734d2b498 distinct-libraries

* Flatten directory tree a bit, update doxygen
author cannam
date Fri, 07 Nov 2008 15:28:33 +0000
parents 71ea10a3cbe7
children de74128bfeb0
line wrap: on
line diff
--- a/build/Doxyfile	Fri Nov 07 14:33:21 2008 +0000
+++ b/build/Doxyfile	Fri Nov 07 15:28:33 2008 +0000
@@ -516,10 +516,7 @@
 INPUT                  = vamp \
                          vamp-sdk \
                          vamp-hostsdk \
-                         vamp-hostsdk/hostext \
-                         src/vamp-sdk \
-                         src/vamp-hostsdk \
-                         src/vamp-hostsdk/hostext \
+                         src \
                          examples \
                          host
 
@@ -1130,17 +1127,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = HAVE_FFTW3F \
-                         HAVE_FISHSOUND \
-                         HAVE_JACK \
-                         HAVE_LIBLO \
-                         HAVE_LRDF \
-                         HAVE_MAD \
-                         HAVE_OGGZ \
-                         HAVE_PORTAUDIO \
-                         HAVE_SAMPLERATE \
-                         HAVE_SNDFILE \
-                         HAVE_VAMP
+PREDEFINED             = _VAMP_NO_PLUGIN_NAMESPACE
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.