small tweak to generated dox
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
virtual std::string GetUnderlyingTypeInformation (void) const {
|
||||
return T::GetTypeId ().GetName ();
|
||||
return "ns3::Ptr< " + T::GetTypeId ().GetName () + " >";
|
||||
}
|
||||
virtual Ptr<AttributeValue> Create (void) const {
|
||||
return ns3::Create<ObjectVectorValue> ();
|
||||
|
||||
@@ -120,7 +120,7 @@ class APointerChecker : public PointerChecker
|
||||
}
|
||||
virtual std::string GetUnderlyingTypeInformation (void) const {
|
||||
TypeId tid = T::GetTypeId ();
|
||||
return "Ptr< " + tid.GetName () + " >";
|
||||
return "ns3::Ptr< " + tid.GetName () + " >";
|
||||
}
|
||||
virtual Ptr<AttributeValue> Create (void) const {
|
||||
return ns3::Create<PointerValue> ();
|
||||
|
||||
Reference in New Issue
Block a user