Logger: Fix doxygen grouping
g0dil [Wed, 16 Jan 2008 14:06:02 +0000 (14:06 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@609 270642c3-0616-0410-b53a-bc976706d245

PPI/Mainpage.dox
Utils/Logger/Log.hh
find-sources.sh

index 68f90a9..abae15c 100644 (file)
@@ -83,8 +83,8 @@
 
     \section ppi_modules Modules
 
-    A module is represented by a class derived from senf::ppi::Module. Each module has several
-    components:
+    A module is represented by a class derived from senf::ppi::module::Module. Each module has
+    several components:
 
     \li It may have any number of \ref ppi_connectors (inputs and outputs)
     \li Each module declares flow information which details the route packets take within the
index b206420..c91525c 100644 (file)
@@ -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
index 46677f7..9797c70 100755 (executable)
@@ -14,7 +14,7 @@ fi
 cond=""
 if [ "$1" = "-c" ]; then
     shift
-    cond='( -name *.h -o -name *.hh -o -name *.ih -o -name *.c -o -name *.cc -o -name *.cci -o -name *.ct -o -name *.cti -o -name *.mpp )'
+    cond='( -name *.h -o -name *.hh -o -name *.ih -o -name *.c -o -name *.cc -o -name *.cci -o -name *.ct -o -name *.cti -o -name *.mpp -o -name *.dox )'
 fi
 
 set -f