From 41c4b0d5bf7e0e75211f11146773ff7b0f204733 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 1 Nov 2005 09:20:28 +0000 Subject: [PATCH] SVN_SILENT apidox fixes svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=476448 --- kdeeduplot/kplotobject.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ); -- 2.47.3