Skip to content
Snippets Groups Projects
Commit 4bcc386c authored by Oliver Sander's avatar Oliver Sander
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: r6768]]
parent 4b60b134
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