rebuild waf to avoid CC/CXX flags that do not work on OLD apple gcc; remove unnecess...
[ardour.git] / doc / Doxyfile
index 3a26c49cbb51735cf9495de2b92b3135e29a1dca..cb3b1913dac08e2ff6b2847cf6f807bd649e2296 100644 (file)
@@ -523,7 +523,7 @@ WARNINGS               = YES
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
 # automatically be disabled.
 
-WARN_IF_UNDOCUMENTED   = YES
+WARN_IF_UNDOCUMENTED   = NO
 
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
 # potential errors in the documentation, such as not documenting some 
@@ -564,7 +564,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ../libs/ardour ../gtk2_ardour ../libs/pbd ../libs/gtkmm2ext
+INPUT                  = ../libs/ardour ../gtk2_ardour ../libs/pbd ../libs/gtkmm2ext ../libs/evoral mainpage.txt
 
 # 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