diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 14:32:12 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-01 14:32:12 -0400 |
commit | eee6289d13f2a58677001cda41723faa2adcb50f (patch) | |
tree | 8c0d7da502aef95a5f88d04e918335f15b4764fc /doxygen/Doxyfile | |
parent | 3c15886027b5336487ef49c915ea6bcf82200743 (diff) |
temporarily turning off warnings as errors
Diffstat (limited to 'doxygen/Doxyfile')
-rw-r--r-- | doxygen/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 286e427..bdb4870 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -743,7 +743,7 @@ WARN_NO_PARAMDOC = YES # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = YES +WARN_AS_ERROR = NO # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which |