improve type linking behavior.

This commit is contained in:
Mathieu Lacage
2008-04-09 13:05:20 -07:00
parent 53fb65aea7
commit cc927f907f

View File

@@ -12,7 +12,7 @@ PrintAttributes (TypeId tid, std::ostream &os)
os << "<li><b>" << tid.GetAttributeName (j) << "</b>: "
<< tid.GetAttributeHelp (j) << std::endl;
Ptr<const AttributeChecker> checker = tid.GetAttributeChecker (j);
os << " <ul>" << std::endl << " <li>Type: " << checker->GetType ();
os << " <ul>" << std::endl << " <li>Type: \\ref " << checker->GetType ();
if (checker->HasTypeConstraints ())
{
os << " -> " << checker->GetTypeConstraints ();