set warnings as errors in doxygen (#864)

This commit is contained in:
Illia Silin
2023-09-05 14:29:37 -07:00
committed by GitHub
parent 1e1f82d9b0
commit aae4df5596

View File

@@ -309,6 +309,8 @@ XML_OUTPUT
XML_PROGRAMLISTING
)
set(WARN_AS_ERROR YES)
set(DOXYGEN_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/doxygen/doxygen.conf" CACHE PATH "Path to generated doxygen configuration file")
function(add_doxygen_doc)