Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Console / Traits.cti
index baca16e..1bdd459 100644 (file)
@@ -32,9 +32,9 @@
 #include <senf/Utils/TypeInfo.hh>
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::ReturnValueTraits<Type>
 
 template <class Type>
@@ -50,7 +50,7 @@ prefix_ void senf::console::senf_console_format_value(Type const & value, std::o
     os << value;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ArgumentTraits<Type>
 
 template <class Type>
@@ -110,7 +110,7 @@ prefix_ std::string senf::console::ArgumentTraits<Type>::str(Type const & value)
     return ss.str();
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::CharArgumentTraits<CharT>
 
 template <class CharT>
@@ -128,7 +128,7 @@ prefix_ std::string senf::console::detail::CharArgumentTraits<CharT>::descriptio
     return std::numeric_limits<CharT>::is_signed ? "byte" : "ubyte";
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f