]> Git trees. - libqmvoc.git/commitdiff
SVN_SILENT apidox fixes
authorPino Toscano <pino@kde.org>
Tue, 1 Nov 2005 09:20:28 +0000 (09:20 +0000)
committerPino Toscano <pino@kde.org>
Tue, 1 Nov 2005 09:20:28 +0000 (09:20 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=476448

kdeeduplot/kplotobject.h

index 05e669bd6cd83ceb56268d95dd0df7add6445cd1..cba3102d3ab787671299549b7d8b12fa6747e7b5 100644 (file)
 /**
  * @class KPlotObject
  * @short Encapsulates an object to be plotted in a KPlotWidget.
- * @author Jason Harris
- * @version 1.0
+ *
  * Each KPlotObject consists of a list of QPoints, an object type, a color, a size,
  * and a name. An additional integer (param) specifies something further
  * about the object's appearance, depending on its type.  There is a draw function
  * for plotting the object on a KPlotWidget's QPainter.
+ *
+ * @author Jason Harris
+ * @version 1.0
  */
 class KDE_EXPORT KPlotObject{
 public:
@@ -150,7 +152,7 @@ public:
        void addPoint( QPointF *p ) { pList.append( p ); }
 
        /**
-        * Remove the QPoint at position index from the list of points
+        * Remove the QPointF at position index from the list of points
         * @param index the index of the point to be removed.
         */
        void removePoint( int index );