From: g0dil Date: Wed, 16 Jan 2008 14:06:02 +0000 (+0000) Subject: Logger: Fix doxygen grouping X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=2246ca853064965a7b263c49597c4e74397b989b;p=senf.git Logger: Fix doxygen grouping git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@609 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 68f90a9..abae15c 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -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 diff --git a/Utils/Logger/Log.hh b/Utils/Logger/Log.hh index b206420..c91525c 100644 --- a/Utils/Logger/Log.hh +++ b/Utils/Logger/Log.hh @@ -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 diff --git a/find-sources.sh b/find-sources.sh index 46677f7..9797c70 100755 --- a/find-sources.sh +++ b/find-sources.sh @@ -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