doc: upgraded for compatibility with doxygen 1.12

This commit is contained in:
Maksim Shabunin
2024-12-09 16:53:26 +03:00
parent 0a2669daba
commit 4ade7931e1
7 changed files with 2374 additions and 57 deletions

View File

@@ -16,8 +16,8 @@ endif()
find_package(Doxygen)
if(DOXYGEN_FOUND)
if (DOXYGEN_VERSION VERSION_LESS 1.9.8)
message(WARNING "Found doxygen ${DOXYGEN_VERSION}, version 1.9.8 is used for testing, there is "
if (DOXYGEN_VERSION VERSION_LESS 1.12)
message(WARNING "Found doxygen ${DOXYGEN_VERSION}, version 1.12 is used for testing, there is "
"a chance your documentation will look different or have some limitations.")
endif()
add_custom_target(doxygen)