From be8cbd2d538010ea96069cd130a25c73e41eec48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 Apr 2005 20:43:50 +0000 Subject: [PATCH] docu corrected, new doxygen --- mrw/autostacktracelog4cxx.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {