Skip to content
Snippets Groups Projects
Commit a09ee72d authored by Martin Stump's avatar Martin Stump
Browse files

Merge branch 'fix-doxygen-warning-plantuml-not-set' into 'main'

Fix doxygen warning for PlantUML

See merge request !159
parents cf117db6 9d952c99
No related branches found
No related tags found
1 merge request!159Fix doxygen warning for PlantUML
Pipeline #54627 failed
......@@ -46,6 +46,7 @@ set(DOXYGEN_WARN_NO_PARAMDOC YES)
find_package(PlantUML)
if(PlantUML_FOUND)
set(DOXYGEN_ENABLED_SECTIONS diagrams)
set(DOXYGEN_PLANTUML_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/diagrams)
set(DOXYGEN_PLANTUML_JAR_PATH ${PLANTUML_JAR})
endif()
......
......@@ -24,9 +24,11 @@ namespace mantle_api
/// @defgroup logging Logging
/// Logging related classes and utilities
/// @if diagrams
/// @startuml
/// !include logging.puml!0
/// @enduml
/// @endif
/// Log level definition for ILogger
/// @ingroup logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment