Skip to content

Commit

Permalink
Set Doxygen WARN_AS_ERROR on to facilitate catching issues
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Feb 26, 2024
1 parent 77be9e4 commit 5f6bccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set(DOXYGEN_SORT_BRIEF_DOCS YES)
set(DOXYGEN_SORT_MEMBERS_CTORS_1ST YES)
set(DOXYGEN_FILE_PATTERNS "*.cpp;*.hpp")
set(DOXYGEN_ENABLE_PREPROCESSING YES)
set(DOXYGEN_WARN_AS_ERROR YES)

if(PLAYRHO_ENABLE_BOOST_UNITS)
set(DOXYGEN_PREDEFINED "PLAYRHO_USE_BOOST_UNITS")
Expand Down

0 comments on commit 5f6bccb

Please sign in to comment.