Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Console / Parse.cci
index 3ac5ed4..05815f8 100644 (file)
@@ -30,9 +30,9 @@
 #include <senf/Utils/senfassert.hh>
 
 #define prefix_ inline
-///////////////////////////////cci.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::Token
 
 prefix_ std::string const & senf::console::Token::value()
@@ -146,7 +146,7 @@ prefix_ senf::console::Token senf::console::WordToken(std::string const & value)
     return Token(Token::Word, value);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ParseCommandInfo
 
 prefix_ senf::console::ParseCommandInfo::ParseCommandInfo()
@@ -210,7 +210,7 @@ prefix_ void senf::console::ParseCommandInfo::addToken(Token const & token)
     tokens_.push_back(token);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ParseCommandInfo::ArgumentIterator
 
 prefix_ senf::console::ParseCommandInfo::ArgumentIterator::ArgumentIterator()
@@ -244,7 +244,7 @@ prefix_ void senf::console::ParseCommandInfo::ArgumentIterator::increment()
     b_ = e_;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ senf::console::CheckedArgumentIteratorWrapper::
 CheckedArgumentIteratorWrapper(ParseCommandInfo::ArgumentsRange const & range,
@@ -324,7 +324,7 @@ senf::console::CheckedArgumentIteratorWrapper::operator++(int)
     return i;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::SingleCommandParser
 
 prefix_ senf::console::CommandParser::Impl & senf::console::CommandParser::impl()
@@ -333,7 +333,7 @@ prefix_ senf::console::CommandParser::Impl & senf::console::CommandParser::impl(
     return *impl_;
 }
 
-///////////////////////////////cci.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f