We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77be9e4 commit 5f6bccbCopy full SHA for 5f6bccb
Documentation/CMakeLists.txt
@@ -25,6 +25,7 @@ set(DOXYGEN_SORT_BRIEF_DOCS YES)
25
set(DOXYGEN_SORT_MEMBERS_CTORS_1ST YES)
26
set(DOXYGEN_FILE_PATTERNS "*.cpp;*.hpp")
27
set(DOXYGEN_ENABLE_PREPROCESSING YES)
28
+set(DOXYGEN_WARN_AS_ERROR YES)
29
30
if(PLAYRHO_ENABLE_BOOST_UNITS)
31
set(DOXYGEN_PREDEFINED "PLAYRHO_USE_BOOST_UNITS")
0 commit comments