Skip to content
Snippets Groups Projects
Commit 63256eeb authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[release] Use file extension for Doxygen only files.

Fixes FS#FS#1649.
parent 289d3eb6
Branches
Tags
No related merge requests found
# 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
......
File moved
File moved
......@@ -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
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment