X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;h=c473565e6941864d3ac2477ea2294caa5acc24dc;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=182c3c969888e2665b254549b5de8267f1ea7c80;hpb=57524bfa72e4536b15700a83eae94093ed32106a;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index 182c3c9..c473565 100644 --- a/senf/Utils/TypeIdValue.hh +++ b/senf/Utils/TypeIdValue.hh @@ -73,24 +73,24 @@ namespace senf { std::type_info const * p_; }; - /** + /** \related TypeIdValue */ TypeIdValue const typeIdValue(); - /** + /** \related TypeIdValue */ template TypeIdValue const typeIdValue(); - /** + /** \related TypeIdValue */ template TypeIdValue const typeIdValue(Type const & ob); - /** + /** \related TypeIdValue */ std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);