config: use senf::config::copy_n instead of SENF_copy_n macro
[senf.git] / senf / Utils / TypeIdValue.hh
index f1b8018..c473565 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);
+    TypeIdValue const typeIdValue(Type const & ob);
 
+    /**
+        \related TypeIdValue
+     */
     std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);
 }