diff --git a/mrw/autostacktracelog4cxx.cpp b/mrw/autostacktracelog4cxx.cpp index 1228dc5..204f002 100644 --- a/mrw/autostacktracelog4cxx.cpp +++ b/mrw/autostacktracelog4cxx.cpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.4 2005/01/28 12:13:11 marc + interference between group name StackTrace and class name StackTrace + Revision 1.3 2005/01/28 07:42:23 marc added terminate handler (uncaught handler) @@ -33,7 +36,7 @@ namespace mrw { - /** @addtogroup StackTrace */ + /** @addtogroup grpStackTrace */ //@{ /** @addtogroup AutoTrace diff --git a/mrw/autostacktracestderr.cpp b/mrw/autostacktracestderr.cpp index ca04ee1..bf6f6d5 100644 --- a/mrw/autostacktracestderr.cpp +++ b/mrw/autostacktracestderr.cpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.6 2005/01/28 12:13:11 marc + interference between group name StackTrace and class name StackTrace + Revision 1.5 2005/01/28 07:42:23 marc added terminate handler (uncaught handler) @@ -36,7 +39,7 @@ namespace mrw { - /** @addtogroup StackTrace */ + /** @addtogroup grpStackTrace */ //@{ /** @defgroup AutoTrace Automated Unexpected and Terminate Handler diff --git a/mrw/exception.hpp b/mrw/exception.hpp index a116df0..92d3d09 100644 --- a/mrw/exception.hpp +++ b/mrw/exception.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.7 2005/01/28 12:13:11 marc + interference between group name StackTrace and class name StackTrace + Revision 1.6 2005/01/28 07:51:24 marc improved and corrected trace formatting @@ -42,7 +45,7 @@ namespace mrw { class StackTrace; - /** @addtogroup StackTrace + /** @addtogroup grpStackTrace @section exc Exception Handling with Stack Trace diff --git a/mrw/stacktrace.hpp b/mrw/stacktrace.hpp index 6c81bd8..9b748c9 100644 --- a/mrw/stacktrace.hpp +++ b/mrw/stacktrace.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.11 2005/01/28 12:13:11 marc + interference between group name StackTrace and class name StackTrace + Revision 1.10 2004/11/25 18:30:20 marc bug fixed (put solution in the documentation) @@ -60,7 +63,7 @@ namespace mrw { - /** @defgroup StackTrace Collect and Format a Stack Trace + /** @defgroup grpStackTrace Collect and Format a Stack Trace Somewhere in a program, there is a fatal error, e.g. an unexpected exception is thrown. How is it possible to debug the @@ -279,7 +282,7 @@ namespace mrw { //@} } -/** @addtogroup StackTrace */ +/** @addtogroup grpStackTrace */ //@{ /// evaluate a stack trace and shift it on a stream