summaryrefslogtreecommitdiff
path: root/boost/type_erasure/any_cast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/type_erasure/any_cast.hpp')
-rw-r--r--boost/type_erasure/any_cast.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/type_erasure/any_cast.hpp b/boost/type_erasure/any_cast.hpp
index ea8d66a9a9..939535c470 100644
--- a/boost/type_erasure/any_cast.hpp
+++ b/boost/type_erasure/any_cast.hpp
@@ -109,7 +109,7 @@ bool check_any_cast(const any<Concept, Tag>& arg)
* \endcode
*
* \pre if @c arg is a pointer, @c T must be a pointer type.
- * \pre @c Concept must contain @ref typeid_<tt>&lt;Tag&gt;</tt>.
+ * \pre @c Concept must contain @ref typeid_ "typeid_<Tag>".
*
* \throws bad_any_cast if @c arg doesn't contain
* an object of type @c T and we're casting