Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / SyslogTarget.hh
index 76508d9..03032b1 100644 (file)
@@ -32,7 +32,7 @@
 #include "Target.hh"
 
 //#include "SyslogTarget.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -78,14 +78,14 @@ namespace log {
         : public Target
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         explicit SyslogTarget(int facility = LOG_USER);
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
     private:
         void v_write(time_type timestamp, std::string const & stream,
@@ -130,7 +130,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "SyslogTarget.cci"
 //#include "SyslogTarget.ct"
 //#include "SyslogTarget.cti"