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

add a centralized file to eventually hold all doxygen groups. Put a group...

add a centralized file to eventually hold all doxygen groups.  Put a group there for GeometryType and put GeometryType in it.  This fixes FlySpray issue 237

[[Imported from SVN: r4836]]
parent 256d665e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace Dune {
This class has to be extended if a grid implementation with new entity types
is added to DUNE.
\ingroup GIGeometryType
\ingroup COGeometryType
*/
class GeometryType
{
......
/* This file determines the order how things appear in the doxygen
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
in the Doxyfile).
Only @addtogroup is used in the code documentation.
*/
/**
@defgroup COGeometryType GeometryType
@ingroup Common
*/
......@@ -452,6 +452,7 @@ WARN_LOGFILE =
INPUT = mainpage \
modules \
../../common/modules \
../../common
# If the value of the INPUT tag contains directories, you can use the
......
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