Fix typo if -> of (thanks to Uwe Dittes)
[dcpomatic.git] / Doxyfile
index e9b682752bc1feaf94c170facc37774ce5254d5d..dd890691ad11911b5b962d5f9327b0e683f9d6f2 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -714,14 +714,14 @@ QUIET                  = YES
 # Tip: Turn warnings on while writing the documentation.
 # The default value is: YES.
 
-WARNINGS               = YES
+WARNINGS               = NO
 
 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
 # will automatically be disabled.
 # The default value is: YES.
 
-WARN_IF_UNDOCUMENTED   = YES
+WARN_IF_UNDOCUMENTED   = NO
 
 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
 # potential errors in the documentation, such as not documenting some parameters