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
Releases
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yuhao Liu
ogs
Commits
96cd9590
Verified
Commit
96cd9590
authored
Mar 4, 2021
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[doxygen] Added preprocessor macros to complete docs.
parent
6b3b0bd5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/cmake/DocumentationSetup.cmake
+18
-1
18 additions, 1 deletion
scripts/cmake/DocumentationSetup.cmake
with
18 additions
and
1 deletion
scripts/cmake/DocumentationSetup.cmake
+
18
−
1
View file @
96cd9590
...
...
@@ -43,7 +43,24 @@ set(DOXYGEN_USE_MATHJAX YES)
set
(
DOXYGEN_MATHJAX_RELPATH https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/
)
set
(
DOXYGEN_GENERATE_LATEX NO
)
set
(
DOXYGEN_EXTRA_PACKAGES amsmath amsfonts
)
set
(
DOXYGEN_PREDEFINED DOXYGEN_DOCU_ONLY
)
set
(
DOXYGEN_PREDEFINED
CVODE_FOUND
DOXYGEN_DOCU_ONLY
GEOTIFF_FOUND
OGS_BUILD_GUI
OGS_ENABLE_ELEMENT_CUBOID
OGS_ENABLE_ELEMENT_PRISM
OGS_ENABLE_ELEMENT_PYRAMID
OGS_ENABLE_ELEMENT_SIMPLEX
OGS_USE_MFRONT
OGS_USE_NETCDF
OGS_USE_PYTHON
OGS_USE_XDMF
USE_INSITU
USE_LIS
USE_MKL
USE_PETSC
)
set
(
DOXYGEN_ALIASES
"per{1} =
\\
1<sup>-1</sup>"
"ogs_file_param{1} =
\\
xrefitem ogs_file_param
\\\"
Input File Parameter
\\\"
\\\"
List of all Input File Parameters
\\\"
\\
ref ogs_file_param__
\\
1
\\\"\\
1
\\\"
"
...
...
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