Skip to content
Snippets Groups Projects
Commit 1b4752f9 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Carsten Gräser
Browse files

[release] Use file extension for Doxygen only files.


Fixes FS#FS#1649.

(cherry picked from commit 63256eeb)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
parent 15491c48
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment