From 6e0dc9fa8ded1af4b93ed301ca1d6941e2efb722 Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Wed, 6 Feb 2008 09:11:35 +0000 Subject: [PATCH] small documentation fixes --- Packets/Doxyfile | 3 ++- Utils/Logger/Mainpage.dox | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Packets/Doxyfile b/Packets/Doxyfile index 363a67a92..8897c7f0f 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 cfb1d758f..83d5b1c2d 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")); } -- GitLab