Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / Raw / ParseString.ct
index 0ca7b4f..7ba28c9 100644 (file)
@@ -33,7 +33,7 @@
 #include <senf/Socket/Protocols/AddressExceptions.hh>
 
 #define prefix_
-///////////////////////////////ct.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class ForwardIterator>
 prefix_ void senf::detail::parseHexString(std::string const & value,
@@ -59,7 +59,7 @@ prefix_ void senf::detail::parseHexString(std::string const & value,
         throw AddressSyntaxException(value);
 }
 
-///////////////////////////////ct.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f