From 29424d1caacad2cdf363c5d26e16d8beb019ca36 Mon Sep 17 00:00:00 2001 From: 2bndy5 <2bndy5@gmail.com> Date: Tue, 19 Oct 2021 07:53:23 -0700 Subject: [PATCH] [no ci - doxygen] don't elevate warnings as errors --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 3a9a29f53..e08570f3c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -796,7 +796,7 @@ WARN_NO_PARAMDOC = NO # 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