Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / IOStreamTarget.hh
index 229ab63..b70f02d 100644 (file)
@@ -33,7 +33,7 @@
 #include "LogFormat.hh"
 
 //#include "IOStreamTarget.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
@@ -44,23 +44,23 @@ namespace log {
         \verbatim <date> [<level>][<area>] <message> \endverbatim
 
         The \e area will be omitted if it is \c senf::log::DefaultArea.
-        
+
         \warning The class keeps a reference to the passed stream.
-        
+
         \ingroup targets
       */
     class IOStreamTarget
         : public Target, private detail::LogFormat
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         IOStreamTarget(std::string const & name, std::ostream & os);
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         using detail::LogFormat::showTime;
         using detail::LogFormat::showStream;
@@ -68,10 +68,10 @@ namespace log {
         using detail::LogFormat::showArea;
         using detail::LogFormat::timeFormat;
         using detail::LogFormat::tag;
-        
+
     protected:
-        void v_write(time_type timestamp, std::string const & stream, 
-                     std::string const & area, unsigned level, 
+        void v_write(time_type timestamp, std::string const & stream,
+                     std::string const & area, unsigned level,
                      std::string const & message);
 
     private:
@@ -81,7 +81,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "IOStreamTarget.cci"
 //#include "IOStreamTarget.ct"
 //#include "IOStreamTarget.cti"