From 8c251010f94cfc0df2d889023dc23332884068d9 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Tue, 29 May 2012 15:47:07 +0000
Subject: [PATCH] When adding the deprecation warning to doxygen, add also the
 message

[[Imported from SVN: r6776]]
---
 doc/doxygen/Doxystyle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/Doxystyle b/doc/doxygen/Doxystyle
index f43dc3871..a32869565 100644
--- a/doc/doxygen/Doxystyle
+++ b/doc/doxygen/Doxystyle
@@ -143,7 +143,7 @@ PREDEFINED             = DOXYGEN \
                          HAVE_MPI:=1 \
                          _DEBUG_ALLOCATOR_H:=1 \
                          "DUNE_DEPRECATED:=/** \deprecated */" \
-                         "DUNE_DEPRECATED_MSG():=/** \deprecated */"
+                         "DUNE_DEPRECATED_MSG(A):=/** \deprecated A */"
 
 @DOT_TRUE@HAVE_DOT               = YES
 
-- 
GitLab