X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.hh;h=c473565e6941864d3ac2477ea2294caa5acc24dc;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=d147f47a9573d32ad1ca918fa222181c61282ba0;hpb=1ec4c14339e1dbc9a56be7fb528d089e1f37600c;p=senf.git diff --git a/senf/Utils/TypeIdValue.hh b/senf/Utils/TypeIdValue.hh index d147f47..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); + TypeIdValue const typeIdValue(Type const & ob); - /** + /** \related TypeIdValue */ std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);