docu corrected, new doxygen
This commit is contained in:
		@@ -9,6 +9,9 @@
 | 
				
			|||||||
    @license LGPL, see file <a href="license.html">COPYING</a>
 | 
					    @license LGPL, see file <a href="license.html">COPYING</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $Log$
 | 
					    $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
 | 
					    Revision 1.6  2005/02/25 16:18:15  marc
 | 
				
			||||||
    now naming for the logger: "mrw.stacktrace" instead of simply "libmrw"
 | 
					    now naming for the logger: "mrw.stacktrace" instead of simply "libmrw"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -42,9 +45,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace mrw {
 | 
					namespace mrw {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /** @addtogroup grpStackTrace */
 | 
					 | 
				
			||||||
  //@{
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  /** @addtogroup AutoTrace
 | 
					  /** @addtogroup AutoTrace
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      @section trclog4cxx Trace using the log4cxx Library
 | 
					      @section trclog4cxx Trace using the log4cxx Library
 | 
				
			||||||
@@ -61,7 +61,8 @@ namespace mrw {
 | 
				
			|||||||
      @note The configurator is not installed automatically. If you
 | 
					      @note The configurator is not installed automatically. If you
 | 
				
			||||||
      want to trace e.g. on the console, you have to call @c
 | 
					      want to trace e.g. on the console, you have to call @c
 | 
				
			||||||
      log4cxx::BasicConfigurator::configure(); as first statement in
 | 
					      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);
 | 
					    exit(1);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //@}
 | 
					 | 
				
			||||||
  //@}
 | 
					  //@}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  class AutoStackTrace {
 | 
					  class AutoStackTrace {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user