[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Dec 18 01:15:01 UTC 2004


CVS commit by okellogg: 

feedTheModel(): Make private, document.


  M +8 -1      classimport.h   1.20


--- kdesdk/umbrello/umbrello/classimport.h  #1.19:1.20
@@ -109,7 +109,14 @@ public:
         QString doxyComment(const QString &comment);
 
+private:
+        /**
+         * Auxiliary method for recursively traversing the #include dependencies
+         * in order to feed innermost includes to the model before dependent
+         * includes.  It is important that includefiles are fed to the model
+         * in proper order so that references between UML objects are created
+         * properly.
+         */
         void feedTheModel(QString fileName);
 
-private:
         UMLDoc * m_umldoc;  // just a shorthand for UMLApp::app()->getDocument()
         CppDriver * m_driver;






More information about the umbrello-devel mailing list