[Uml-devel] kdesdk/umbrello/umbrello/classparser
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Aug 26 05:28:27 UTC 2004
CVS commit by okellogg:
Add a TODO remark.
M +2 -0 cpptree2uml.cpp 1.10
--- kdesdk/umbrello/umbrello/classparser/cpptree2uml.cpp #1.9:1.10
@@ -134,4 +134,6 @@ void CppTree2Uml::parseTypedef( TypedefA
kdDebug() << "CppTree2Uml::parseTypedef: name=" << id << ", type=" << type << endl;
//#endif
+ /* @todo Trace typedefs back to their root type for deciding
+ whether to build a Datatype (for pointers.) */
if (type.contains('*')) {
UMLObject *inner =
More information about the umbrello-devel
mailing list