aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-06 23:53:29 +0100
committerDavid Robillard <d@drobilla.net>2021-01-06 23:53:29 +0100
commita0de85eae094bd440dc4b4c45339be9571748484 (patch)
treee279300f41c5e7f3b4477d618385cbd72e2fd8f4
parentcacad730f7edbf0645118a5783ba45dd4cfcd50b (diff)
downloadpugl-a0de85eae094bd440dc4b4c45339be9571748484.tar.gz
pugl-a0de85eae094bd440dc4b4c45339be9571748484.tar.bz2
pugl-a0de85eae094bd440dc4b4c45339be9571748484.zip
Make Doxygen warnings errors
-rw-r--r--doc/c/Doxyfile2
-rw-r--r--doc/cpp/Doxyfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/Doxyfile b/doc/c/Doxyfile
index bdc3a46..e16cd28 100644
--- a/doc/c/Doxyfile
+++ b/doc/c/Doxyfile
@@ -2,7 +2,7 @@ PROJECT_NAME = Pugl
PROJECT_BRIEF = "A minimal portable API for embeddable GUIs"
QUIET = YES
-WARN_AS_ERROR = NO
+WARN_AS_ERROR = YES
WARN_IF_UNDOCUMENTED = NO
WARN_NO_PARAMDOC = NO
diff --git a/doc/cpp/Doxyfile b/doc/cpp/Doxyfile
index 0f5f636..517ba05 100644
--- a/doc/cpp/Doxyfile
+++ b/doc/cpp/Doxyfile
@@ -2,7 +2,7 @@ PROJECT_NAME = Pugl
PROJECT_BRIEF = "A minimal portable API for embeddable GUIs"
QUIET = YES
-WARN_AS_ERROR = NO
+WARN_AS_ERROR = YES
WARN_IF_UNDOCUMENTED = NO
WARN_NO_PARAMDOC = NO