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
c77d410c
Commit
c77d410c
authored
18 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
minor documentation fixes
[[Imported from SVN: r4542]]
parent
0e12a949
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
common/iteratorfacades.hh
+1
-1
1 addition, 1 deletion
common/iteratorfacades.hh
doc/doxygen/Doxyfile
+1
-5
1 addition, 5 deletions
doc/doxygen/Doxyfile
doc/doxygen/modules
+0
-3
0 additions, 3 deletions
doc/doxygen/modules
with
2 additions
and
9 deletions
common/iteratorfacades.hh
+
1
−
1
View file @
c77d410c
...
...
@@ -16,7 +16,7 @@ namespace Dune
With using these facades writing iterators for arbitrary containers becomes much less
cumbersome as only few functions have to be implemented. All other functions needed by
the stl are provided by the facades using the Barton-Nackman trick (also known as
curiously recurring template pattern.
curiously recurring template pattern
)
.
The following example illustrates how a random access iterator might be written:
\include dune/common/test/iteratorfacadetest.hh
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/Doxyfile
+
1
−
5
View file @
c77d410c
...
...
@@ -518,11 +518,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
IMAGE_PATH = ../../grid/sgrid \
../../grid/yaspgrid \
../../grid/common \
../appl/refelements \
../refinement
IMAGE_PATH =
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/modules
+
0
−
3
View file @
c77d410c
/**
@defgroup Grid
@defgroup Common
@defgroup Quadrature
@defgroup ISTL
*/
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