Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Core Modules
dune-common
Commits
63256eeb
Commit
63256eeb
authored
9 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[release] Use file extension for Doxygen only files.
Fixes FS#FS#1649.
parent
289d3eb6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/doxygen/Doxylocal
+3
-3
3 additions, 3 deletions
doc/doxygen/Doxylocal
doc/doxygen/mainpage.txt
+0
-0
0 additions, 0 deletions
doc/doxygen/mainpage.txt
doc/doxygen/modules.txt
+0
-0
0 additions, 0 deletions
doc/doxygen/modules.txt
dune/common/modules.txt
+3
-3
3 additions, 3 deletions
dune/common/modules.txt
with
6 additions
and
6 deletions
doc/doxygen/Doxylocal
+
3
−
3
View file @
63256eeb
# Where to search and which files to use
INPUT += @srcdir@/mainpage \
@srcdir@/modules \
@top_srcdir@/dune/common/modules \
INPUT += @srcdir@/mainpage
.txt
\
@srcdir@/modules
.txt
\
@top_srcdir@/dune/common/modules
.txt
\
@top_srcdir@/dune/common
EXCLUDE += @top_srcdir@/dune/common/test \
@top_srcdir@/dune/common/debugallocator.cc
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/mainpage
→
doc/doxygen/mainpage
.txt
+
0
−
0
View file @
63256eeb
File moved
This diff is collapsed.
Click to expand it.
doc/doxygen/modules
→
doc/doxygen/modules
.txt
+
0
−
0
View file @
63256eeb
File moved
This diff is collapsed.
Click to expand it.
dune/common/modules
→
dune/common/modules
.txt
+
3
−
3
View file @
63256eeb
...
...
@@ -2,13 +2,13 @@
documentation within the dune-common module. It works like this:
@defgroup commands appear only in this file here which is
parsed before the other files (because it is mentioned first
parsed before the other files (because it is mentioned first
in the Doxyfile).
Only @addtogroup is used in the code documentation.
*/
/**
@defgroup COGeometryType GeometryType
@ingroup Common
*
@defgroup COGeometryType GeometryType
*
@ingroup Common
*/
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