interference between group name StackTrace and class name StackTrace

master
Marc Wäckerlin 20 years ago
parent a2b223cbb8
commit a5755f70b2
  1. 5
      mrw/autostacktracelog4cxx.cpp
  2. 5
      mrw/autostacktracestderr.cpp
  3. 5
      mrw/exception.hpp
  4. 7
      mrw/stacktrace.hpp

@ -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

Loading…
Cancel
Save