From 056559f9d2416b2e71e2b0fc9342ddbb6b1a7bdb Mon Sep 17 00:00:00 2001 From: Oliver Wachtel Date: Sun, 10 Nov 2024 20:20:46 -0800 Subject: [PATCH] Re-enabled doxygen fail of warning --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 15aa914..6877ac0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -901,7 +901,7 @@ WARN_IF_UNDOC_ENUM_VAL = YES # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. # The default value is: NO. -WARN_AS_ERROR = NO +WARN_AS_ERROR = FAIL_ON_WARNINGS_PRINT # 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