Skip to content
Snippets Groups Projects
Commit c77d410c authored by Oliver Sander's avatar Oliver Sander
Browse files

minor documentation fixes

[[Imported from SVN: r4542]]
parent 0e12a949
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
/**
@defgroup Grid
@defgroup Common
@defgroup Quadrature
@defgroup ISTL
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment