Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / safe_bool.cti
index 4b71c4d..a65a6ca 100644 (file)
@@ -28,7 +28,7 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <typename T>
 prefix_ senf::comparable_safe_bool<T>::operator bool_type()
@@ -61,7 +61,7 @@ prefix_ void senf::operator!=(const safe_bool<T>& lhs, const safe_bool<U>& rhs)
     lhs.this_type_does_not_support_comparisons();
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f