add space to ensure doxygen reference generation.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 09 Apr 2008 13:04:18 -0700
changeset 2929 ac861a001a2a
parent 2928 554e10cdc747
child 2930 bbe74014af44
add space to ensure doxygen reference generation.
src/core/pointer.h
--- a/src/core/pointer.h	Wed Apr 09 13:03:58 2008 -0700
+++ b/src/core/pointer.h	Wed Apr 09 13:04:18 2008 -0700
@@ -110,7 +110,7 @@
   virtual std::string GetType (void) const {
     // XXX: we should be able to return better information
     TypeId tid = T::GetTypeId ();
-    return "Ptr<" + tid.GetName () + ">";
+    return "Ptr< " + tid.GetName () + " >";
   }
   virtual bool HasTypeConstraints (void) const {
     return false;