Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Mojtaba Abdolkhani
ogs
Commits
5170b904
Verified
Commit
5170b904
authored
3 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[doxygen] Added dependencies page.
parent
12092335
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Documentation/Dependencies.dox
+6
-0
6 additions, 0 deletions
Documentation/Dependencies.dox
Documentation/mainpage.dox.in
+1
-5
1 addition, 5 deletions
Documentation/mainpage.dox.in
scripts/cmake/DocumentationSetup.cmake
+6
-1
6 additions, 1 deletion
scripts/cmake/DocumentationSetup.cmake
with
13 additions
and
6 deletions
Documentation/Dependencies.dox
0 → 100644
+
6
−
0
View file @
5170b904
/*! \defgroup Dependencies Library dependencies
\image html cmake-dependencies.svg "cmake-dependencies" width=300%
\image html cpp-dependencies.svg "cpp-dependencies" width=300%
*/
This diff is collapsed.
Click to expand it.
Documentation/mainpage.dox.in
+
1
−
5
View file @
5170b904
...
...
@@ -31,13 +31,9 @@
* - Data Explorer (GUI) manual: https://gitlab.opengeosys.org/ogs/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build
* - Discussion forum: https://discourse.opengeosys.org
*
* \section deps Dependencies
*
* @image html cmake-dependencies.svg "cmake-dependencies" width=300%
* @image html cpp-dependencies.svg "cpp-dependencies" width=300%
*
* \section internal_modules Internal Modules
*
* ${_subpage_dependencies}
* * \subpage ODESolver
* * \subpage ExternalODESolverInterface
*
...
...
This diff is collapsed.
Click to expand it.
scripts/cmake/DocumentationSetup.cmake
+
6
−
1
View file @
5170b904
...
...
@@ -38,7 +38,9 @@ set(DOXYGEN_CITE_BIB_FILES
set
(
DOXYGEN_QUIET YES
)
set
(
DOXYGEN_WARN_LOGFILE
${
PROJECT_BINARY_DIR
}
/DoxygenWarnings.log
)
set
(
DOXYGEN_EXCLUDE_PATTERNS moc_* ui_* CMake*
)
set
(
DOXYGEN_IMAGE_PATH
${
PROJECT_SOURCE_DIR
}
${
PROJECT_SOURCE_DIR
}
/Documentation/images
)
set
(
DOXYGEN_IMAGE_PATH
${
PROJECT_SOURCE_DIR
}
${
PROJECT_SOURCE_DIR
}
/Documentation/images
)
set
(
DOXYGEN_SOURCE_BROWSER YES
)
set
(
DOXYGEN_INLINE_SOURCES YES
)
set
(
DOXYGEN_REFERENCED_BY_RELATION YES
)
...
...
@@ -89,6 +91,9 @@ if($ENV{CI_COMMIT_BRANCH} MATCHES "master|^v[0-9]\.[0-9]\.[0-9]")
)
message
(
STATUS
"Doxygen search server:
${
DOXYGEN_SEARCHENGINE_URL
}
"
)
endif
()
if
(
EXISTS
${
PROJECT_BINARY_DIR
}
/cpp-dependencies.svg
)
set
(
_subpage_dependencies
"*
\\
subpage Dependencies"
)
endif
()
configure_file
(
${
PROJECT_SOURCE_DIR
}
/Documentation/mainpage.dox.in
${
PROJECT_BINARY_DIR
}
/DocAux/dox/mainpage.dox
...
...
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