From b8024d87748ba611f0cd60d2c42c6302cb3175d5 Mon Sep 17 00:00:00 2001 From: b4mbus Date: Fri, 8 Mar 2024 17:31:41 +0100 Subject: [PATCH] docs: dont treat warns as errors Because doxygen-awesome does some stuff that doxygen no likey :) --- Doxyfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index bcc7dbd..6e64523 100644 --- a/Doxyfile +++ b/Doxyfile @@ -901,7 +901,7 @@ WARN_IF_UNDOC_ENUM_VAL = NO # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. # The default value is: NO. -WARN_AS_ERROR = YES +WARN_AS_ERROR = NO # Because of doxygen-awesome # 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 diff --git a/README.md b/README.md index 0463d35..98d472c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ TODO: - [x] Package with Nix \[ "lib" "dev" "bin " ] - [x] Add proper meson building (with subprojects) - [x] Add proper CMake building (with FetchContent) -- [x] Add proper license :))) +- [x] Add proper license :)))) - [x] Remove CTRE fir xdg parsing - [x] CI - [x] Linux - Nix with { CMake, Meson } x { Gcc, Clang }