Skip to content

Commit

Permalink
docs: dont treat warns as errors
Browse files Browse the repository at this point in the history
Because doxygen-awesome does some stuff that doxygen no likey :)
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent e7e5a54 commit b8024d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b8024d8

Please sign in to comment.