Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Console / ScopedDirectory.cti
index c4e287f..a4bc816 100644 (file)
@@ -28,9 +28,9 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ScopedDirectory<Owner>
 
 template <class Owner>
@@ -76,7 +76,7 @@ add(std::string const & name, Factory const & factory,
     return node().add(name, factory);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ScopedDirectory<void>
 
 
@@ -103,7 +103,7 @@ add(std::string const & name, Factory const & factory,
     return node().add(name,factory);
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f