diff --git a/mrw/autostacktracelog4cxx.cpp b/mrw/autostacktracelog4cxx.cpp index 25b76ef..2e89a4e 100644 --- a/mrw/autostacktracelog4cxx.cpp +++ b/mrw/autostacktracelog4cxx.cpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.7 2005/04/07 20:43:50 marc + docu corrected, new doxygen + Revision 1.6 2005/02/25 16:18:15 marc now naming for the logger: "mrw.stacktrace" instead of simply "libmrw" @@ -42,9 +45,6 @@ namespace mrw { - /** @addtogroup grpStackTrace */ - //@{ - /** @addtogroup AutoTrace @section trclog4cxx Trace using the log4cxx Library @@ -61,7 +61,8 @@ namespace mrw { @note The configurator is not installed automatically. If you want to trace e.g. on the console, you have to call @c log4cxx::BasicConfigurator::configure(); as first statement in - your @c main(). + your @c main(). @see @ref AutoInitLog4cxx if you also want to + automatically configure @c log4cxx. */ //@{ @@ -164,7 +165,6 @@ namespace mrw { exit(1); } - //@} //@} class AutoStackTrace {