interference between group name StackTrace and class name StackTrace
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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
|
||||
|
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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
|
||||
|
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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
|
||||
|
||||
|
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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
|
||||
|
Reference in New Issue
Block a user