Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mantle-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse openpass
mantle-api
Commits
a09ee72d
Commit
a09ee72d
authored
6 months ago
by
Martin Stump
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!159
Fix doxygen warning for PlantUML
Pipeline
#54627
failed
6 months ago
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/CMakeLists.txt
+1
-0
1 addition, 0 deletions
doc/CMakeLists.txt
include/MantleAPI/Common/i_logger.h
+2
-0
2 additions, 0 deletions
include/MantleAPI/Common/i_logger.h
with
3 additions
and
0 deletions
doc/CMakeLists.txt
+
1
−
0
View file @
a09ee72d
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
include/MantleAPI/Common/i_logger.h
+
2
−
0
View file @
a09ee72d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment