From 7e4c60e2c3772748c858c97b3155bd6103b699c6 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Wed, 10 Sep 2025 19:38:24 +0200 Subject: [PATCH] ci(Doxygen): Enable warning as error To ensure that CI builds fails to reflect issues within the documentations --- apidocs/c/c-prof.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidocs/c/c-prof.conf b/apidocs/c/c-prof.conf index 6a8c58fd..569f0aee 100644 --- a/apidocs/c/c-prof.conf +++ b/apidocs/c/c-prof.conf @@ -939,7 +939,7 @@ WARN_LAYOUT_FILE = 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 = YES # 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