]> Git trees. - libqmvoc.git/commitdiff
Fix the apidocs
authorCarsten Niehaus <cniehaus@gmx.de>
Wed, 1 Nov 2006 15:56:41 +0000 (15:56 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Wed, 1 Nov 2006 15:56:41 +0000 (15:56 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=600987

kdeeduplot/kplotwidget.h

index 45a203585eb90420cb97ed774f06b5da5ab615dd..84257fb2055dddd58a2ddc145504c229cfb5d4cc 100644 (file)
@@ -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