From 0e17778bfbc2b20b1f3feb37453edb3fbb586fd3 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 6 Jul 2005 13:30:47 +0000 Subject: [PATCH] Bunch of small dox fixes. Some todo's in indi where i couldn't guess all the parameters properly. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=432165 --- kdeeduplot/kplotobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index f522a29..52d7954 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -131,7 +131,7 @@ public: QString color() const { return Color; } /**@short set the KPlotObject's Color - *@param n the new color + *@param c the new color */ void setColor( const QString &c ) { Color = c; } -- 2.47.3