Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / StringTarget.hh
index 78c620c..d6fcb47 100644 (file)
@@ -31,7 +31,7 @@
 #include "IOStreamTarget.hh"
 
 //#include "StringTarget.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
@@ -48,17 +48,17 @@ namespace log {
     {
         typedef boost::base_from_member<std::stringstream> stream_base;
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         // Types
 
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         StringTarget();
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         std::string str() const;        ///< Get log messages accumulated so far
         void clear();                   ///< Clear buffer
@@ -71,7 +71,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "StringTarget.cci"
 //#include "StringTarget.ct"
 #include "StringTarget.cti"