Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Corryvreckan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Simon Lex
Corryvreckan
Commits
d374c6dd
Commit
d374c6dd
authored
2 years ago
by
Simon Spannagel
Browse files
Options
Downloads
Patches
Plain Diff
Update Doxygen target
parent
932e371c
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/CMakeLists.txt
+11
-9
11 additions, 9 deletions
doc/CMakeLists.txt
doc/reference/Doxyfile
+305
-100
305 additions, 100 deletions
doc/reference/Doxyfile
with
316 additions
and
109 deletions
doc/CMakeLists.txt
+
11
−
9
View file @
d374c6dd
...
@@ -2,17 +2,19 @@
...
@@ -2,17 +2,19 @@
# Doxygen target to generate API reference #
# Doxygen target to generate API reference #
#############################################
#############################################
SET
(
DOCS_DOXYGEN_BINARY_DIR
"
${
CMAKE_CURRENT_BINARY_DIR
}
/reference"
)
FIND_PACKAGE
(
Doxygen
)
FIND_PACKAGE
(
Doxygen
)
IF
(
DOXYGEN_FOUND
)
CONFIGURE_FILE
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/reference/Doxyfile"
"
${
DOCS_DOXYGEN_BINARY_DIR
}
/Doxyfile"
@ONLY
)
CONFIGURE_FILE
(
${
PROJECT_SOURCE_DIR
}
/doc/reference/Doxyfile.in
${
CMAKE_BINARY_DIR
}
/reference/Doxyfile @ONLY
)
ADD_CUSTOM_TARGET
(
${
CMAKE_PROJECT_NAME
}
-reference
ADD_CUSTOM_TARGET
(
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_BINARY_DIR
}
/reference/Doxyfil
e
apsq_docs_referenc
e
WORKING_DIRECTORY
${
CMAKE
_BINARY_DIR
}
/
reference
COMMAND Doxygen::doxygen
"
${
DOCS_DOXYGEN
_BINARY_DIR
}
/
Doxyfile"
COMMENT
"Generating API documentation with D
oxygen
"
DEPENDS Doxygen::d
oxygen
VERBATIM
WORKING_DIRECTORY
"
${
DOCS_DOXYGEN_BINARY_DIR
}
"
)
COMMENT
"Generating API reference with Doxygen"
ENDIF
(
DOXYGEN_FOUND
)
VERBATIM
)
###############################################
###############################################
# LaTeX target to compile the PDF user manual #
# LaTeX target to compile the PDF user manual #
...
...
This diff is collapsed.
Click to expand it.
doc/reference/Doxyfile
.in
→
doc/reference/Doxyfile
+
305
−
100
View file @
d374c6dd
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