Utils/test: added SENF_CHECK_NOT_EQUAL
[senf.git] / senf / Utils / TypeIdValue.hh
index f1b8018..d147f47 100644 (file)
@@ -73,14 +73,26 @@ namespace senf {
         std::type_info const * p_;
     };
 
+    /** 
+        \related TypeIdValue
+     */
     TypeIdValue const typeIdValue();
 
+    /** 
+        \related TypeIdValue
+     */
     template <class Type>
     TypeIdValue const typeIdValue();
 
+    /** 
+        \related TypeIdValue
+     */
     template <class Type>
     TypeIdValue const typeidValue(Type const & ob);
 
+    /** 
+        \related TypeIdValue
+     */
     std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);
 }