From: tho Date: Wed, 6 Feb 2008 09:11:35 +0000 (+0000) Subject: small documentation fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=6684208965aac5a93db01bcd189bc5c501f04c2c;p=senf.git small documentation fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@669 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Packets/Doxyfile b/Packets/Doxyfile index 363a67a..8897c7f 100644 --- a/Packets/Doxyfile +++ b/Packets/Doxyfile @@ -6,4 +6,5 @@ INPUT = . EXAMPLE_PATH = . DefaultBundle TAGFILES = \ - "$(TOPDIR)/Utils/doc/Utils.tag" + "$(TOPDIR)/Utils/doc/Utils.tag" \ + "$(TOPDIR)/Socket/doc/Socket.tag" diff --git a/Utils/Logger/Mainpage.dox b/Utils/Logger/Mainpage.dox index cfb1d75..83d5b1c 100644 --- a/Utils/Logger/Mainpage.dox +++ b/Utils/Logger/Mainpage.dox @@ -101,7 +101,7 @@ void foo::Froblizer::froblize() { SENF_LOG(("This is the UserLog at level NOTICE in the FroblizeArea")); - SENF_LOG((senf::log::WARNING) ("Same stream and area but at warning level")); + SENF_LOG((senf::log::IMPORTANT) ("Same stream and area but at important level")); SENF_LOG((LogEmerg) ("This goes to the DebugLog at level CRITICAL in the FroblizerArea")); }