Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / StreamRegistry.ih
index 4216553..50f4496 100644 (file)
 // Custom includes
 #include <string>
 
-///////////////////////////////ih.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
 namespace detail {
 
     /// Internal: Log stream base class
-    struct StreamBase 
+    struct StreamBase
     {
         StreamBase();
         virtual ~StreamBase();
-        
+
         std::string fullName() const;
         virtual std::string v_name() const;
         virtual unsigned defaultRuntimeLimit() const = 0;
@@ -53,7 +53,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////ih.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #endif
 
 \f