From: Pino Toscano Date: Tue, 1 Nov 2005 09:20:28 +0000 (+0000) Subject: SVN_SILENT apidox fixes X-Git-Tag: v3.80.2~234 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=41c4b0d5bf7e0e75211f11146773ff7b0f204733;p=libqmvoc.git SVN_SILENT apidox fixes svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=476448 --- diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index 05e669b..cba3102 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -28,12 +28,14 @@ /** * @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 );