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

Add DUNE_DEPRECATED_MSG() to the predefined macros for Doxygen, otherwise it...

Add DUNE_DEPRECATED_MSG() to the predefined macros for Doxygen, otherwise it gets confused and messes up with \copydoc. 

[[Imported from SVN: r6767]]
parent 3f49f254
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,8 @@ EXPAND_ONLY_PREDEF = YES
PREDEFINED = DOXYGEN \
HAVE_MPI:=1 \
_DEBUG_ALLOCATOR_H:=1 \
"DUNE_DEPRECATED:=/** \deprecated */"
"DUNE_DEPRECATED:=/** \deprecated */" \
"DUNE_DEPRECATED_MSG():=/** \deprecated */"
@DOT_TRUE@HAVE_DOT = YES
......
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