workaround for doxygen warning (doxygen misinterpreted class forward declaration)

This commit is contained in:
Marc Wäckerlin
2005-01-28 12:18:37 +00:00
parent 6c729bb4db
commit 24ac20563a

View File

@@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$Log$
Revision 1.9 2005/01/28 12:18:37 marc
workaround for doxygen warning (doxygen misinterpreted class forward declaration)
Revision 1.8 2005/01/28 12:13:11 marc
interference between group name StackTrace and class name StackTrace
@@ -44,9 +47,9 @@
#include <typeinfo>
#include <string>
namespace mrw {
namespace mrw {class StackTrace;} // work around Doxygen warning
class StackTrace;
namespace mrw {
/** @addtogroup grpStackTrace