From: Carsten Niehaus Date: Wed, 1 Nov 2006 15:56:41 +0000 (+0000) Subject: Fix the apidocs X-Git-Tag: v3.80.3~112 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=6ff3166a18e0a8b113b7dfe5f2f8dd2d1e4be21e;p=libqmvoc.git Fix the apidocs svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=600987 --- diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index 45a2035..84257fb 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -54,6 +54,7 @@ class KPlotPoint; * *Example of usage: * + * @code * KPlotWidget *kpw = new KPlotWidget( this, 0.0, 1.0, 0.0, 1.0 ); * KPlotObject *kpo = new KPlotObject( Qt::red, KPlotObject::LINES ); * @@ -63,6 +64,7 @@ class KPlotPoint; * * kpw->addObject( kpo ); * update(); + * @endcode * *@note KPlotWidget will take care of the objects added to it, so when *clearing the objects list (eg with clearObjectList()) any previous