Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Console / LineEditor.cc
index db2313c..3b6ee03 100644 (file)
@@ -33,9 +33,9 @@
 
 //#include "LineEditor.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::LineEditorSwitcher
 
 prefix_ senf::console::detail::LineEditorSwitcher::LineEditorSwitcher(Client & client)
@@ -72,7 +72,7 @@ prefix_ unsigned senf::console::detail::LineEditorSwitcher::v_width()
     return reader_->width();
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::LineEditorClientReader
 
 prefix_ senf::console::detail::LineEditorClientReader::
@@ -226,7 +226,7 @@ completePath(term::LineEditor & editor, unsigned & b, unsigned & e, std::string
         completions.push_back(j->first + (j->second->followLink().isDirectory() ? "/" : " "));
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "LineEditor.mpp"