diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc
index 4ec34ea9c..5f8c562c9 100644
--- a/utils/print-introspected-doxygen.cc
+++ b/utils/print-introspected-doxygen.cc
@@ -12,7 +12,7 @@ PrintAttributes (TypeId tid, std::ostream &os)
os << "
" << tid.GetAttributeName (j) << ": "
<< tid.GetAttributeHelp (j) << std::endl;
Ptr checker = tid.GetAttributeChecker (j);
- os << " " << std::endl << " - Type: " << checker->GetType ();
+ os << "
" << std::endl << " - Type: \\ref " << checker->GetType ();
if (checker->HasTypeConstraints ())
{
os << " -> " << checker->GetTypeConstraints ();