[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Sep 15 04:06:59 UTC 2007


SVN commit 712673 by okellogg:

apidox

 M  +1 -3      associationwidget.h  
 M  +2 -2      categorywidget.h  
 M  +1 -0      classifier.h  
 M  +0 -5      dialogs/assocpage.h  
 M  +1 -0      docgenerators/docbook2xhtmlgeneratorjob.h  
 M  +1 -2      entityattribute.h  
 M  +1 -1      forkjoinwidget.h  
 M  +1 -0      pinwidget.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/associationwidget.h #712672:712673
@@ -524,7 +524,7 @@
     void setText(FloatingTextWidget *ft, const QString &text);
 
     /**
-     * Calls @ref setTextPosition() on all the labels.
+     * Calls setTextPosition on all the labels.
      * Overrides operation from LinkWidget.
      */
     void resetTextPositions();
@@ -1043,8 +1043,6 @@
     /**
      * Connected to UMLObject::modified() in case this
      * AssociationWidget is linked to a classifer's attribute type.
-     *
-     * @param obj               The UMLAttribute removed.
      */
     void slotAttributeChanged();
 
--- trunk/KDE/kdesdk/umbrello/umbrello/categorywidget.h #712672:712673
@@ -24,7 +24,7 @@
  * by a @ref UMLView.  An CategoryWidget belongs to only one @ref UMLView instance.
  * When the @ref UMLView instance that this class belongs to, it will be automatically deleted.
  *
- * If the @ref Category class that this CategoryWidget is displaying is deleted, the @ref UMLView will
+ * If the Category class that this CategoryWidget is displaying is deleted, the @ref UMLView will
  * make sure that this instance is also deleted.
  *
  * The CategoryWidget class inherits from the @ref UMLWidget class which adds most of the functionality
@@ -74,7 +74,7 @@
      * Will be called when a menu selection has been made from the
      * popup menu.
      *
-     * @param sel       The selection id that has been selected.
+     * @param action    The action that has been selected.
      */
     void slotMenuSelection(QAction* action);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/classifier.h #712672:712673
@@ -344,6 +344,7 @@
      * Find an attribute, operation, association or template.
      *
      * @param id                The id of the object to find.
+     * @param considerAncestors Whether to search the parent classes.
      *
      * @return  The object found.  Will return 0 if none found.
      */
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/assocpage.h #712672:712673
@@ -29,11 +29,6 @@
  * Displays a page on the tabbed dialog window of @ref ClassPropDlg.
  * The page shows all the Associations that belong to a UMLClassifier.
  *
- *
- * @see ClassPropDlg
-
- * @see UMLClassifier
- *
  * @short The page shows all the Associations that belong to a UMLClassifier.
  * @author Paul Hensgen <phensgen at techie.com>
  * Bugs and comments to uml-devel at lists.sf.net or http://bugs.kde.org
--- trunk/KDE/kdesdk/umbrello/umbrello/docgenerators/docbook2xhtmlgeneratorjob.h #712672:712673
@@ -33,6 +33,7 @@
     /**
      * Constructor 
      * @param docBookUrl The Url of the Docbook that is to be converted to XHtml
+     * @param parent     Parent object for QThread constructor
      */
     Docbook2XhtmlGeneratorJob(KUrl& docBookUrl,QObject* parent);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/entityattribute.h #712672:712673
@@ -20,8 +20,7 @@
  * It has a type, name, index type and default value.
  *
  * @short Sets up entityattribute information.
- * @author Jonathan Riddell <jr @jriddell.org>
- * @see UMLObject
+ * @author Jonathan Riddell <jr at jriddell.org>
  * Bugs and comments to uml-devel at lists.sf.net or http://bugs.kde.org
  */
 class UMLEntityAttribute : public UMLAttribute {
--- trunk/KDE/kdesdk/umbrello/umbrello/forkjoinwidget.h #712672:712673
@@ -54,7 +54,7 @@
     /**
      * Overrides the function from UMLWidget.
      *
-     * @param sel  The command to be executed.
+     * @param action  The action to be executed.
      */
     void slotMenuSelection(QAction* action);
 
--- trunk/KDE/kdesdk/umbrello/umbrello/pinwidget.h #712672:712673
@@ -44,6 +44,7 @@
      * Creates a Pin widget.
      *
      * @param view              The parent of the widget.
+     * @param a                 The widget to which this pin is attached.
      * @param id                The ID to assign (-1 will prompt a new ID.)
      */
      PinWidget( UMLView * view, UMLWidget* a, Uml::IDType id = Uml::id_None );




More information about the umbrello-devel mailing list