removed some useless spaces; not very important, I know :)
[senf.git] / Utils / Logger / Log.hh
index b206420..1fa6927 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -51,9 +51,9 @@
 
     The argument is comprised of a sequence of parameters and the log message itself. The parameters
     are
-    \li The <em>log stream</em>,
+    \li the <em>log stream</em>,
     \li the <em>log area</em>,
-    \li the <em>log level</em>,
+    \li the <em>log level</em>.
     
     These parameters are optional and may be specified <i>in arbitrary order</i> (with the log
     message always being the last sequence element) and even multiple times in the parameter
@@ -92,7 +92,7 @@
     Aliases may be used together with other parameters, even with further aliases in any order.
  */
 
-///\ingroup logging
+///\addtogroup logging
 ///\{
 
 ///\name Generating log messages