Skip to content

Commit 5f6bccb

Browse files
Set Doxygen WARN_AS_ERROR on to facilitate catching issues
1 parent 77be9e4 commit 5f6bccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ set(DOXYGEN_SORT_BRIEF_DOCS YES)
2525
set(DOXYGEN_SORT_MEMBERS_CTORS_1ST YES)
2626
set(DOXYGEN_FILE_PATTERNS "*.cpp;*.hpp")
2727
set(DOXYGEN_ENABLE_PREPROCESSING YES)
28+
set(DOXYGEN_WARN_AS_ERROR YES)
2829

2930
if(PLAYRHO_ENABLE_BOOST_UNITS)
3031
set(DOXYGEN_PREDEFINED "PLAYRHO_USE_BOOST_UNITS")

0 commit comments

Comments
 (0)