diff --git a/Packets/Doxyfile b/Packets/Doxyfile index 363a67a92f4facbaedbe741cb7a62a70dc86bbdb..8897c7f0f51e38ce68541081164808e1e022fc5c 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 cfb1d758fe37cf1b0e0d44e44370d40bb6e87d6f..83d5b1c2d783c140a57e1690e393cd82f8dda262 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")); }