improve type linking behavior.
1.1 --- a/utils/print-introspected-doxygen.cc Wed Apr 09 13:04:37 2008 -0700
1.2 +++ b/utils/print-introspected-doxygen.cc Wed Apr 09 13:05:20 2008 -0700
1.3 @@ -12,7 +12,7 @@
1.4 os << "<li><b>" << tid.GetAttributeName (j) << "</b>: "
1.5 << tid.GetAttributeHelp (j) << std::endl;
1.6 Ptr<const AttributeChecker> checker = tid.GetAttributeChecker (j);
1.7 - os << " <ul>" << std::endl << " <li>Type: " << checker->GetType ();
1.8 + os << " <ul>" << std::endl << " <li>Type: \\ref " << checker->GetType ();
1.9 if (checker->HasTypeConstraints ())
1.10 {
1.11 os << " -> " << checker->GetTypeConstraints ();