From cd673cba494a7eae67791fc7b60d064478557d4f Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sat, 29 May 2004 11:11:09 +0000 Subject: [PATCH] update the quiz and added doxygen here and there svn path=/trunk/kdeedu/kalzium/src/element.h; revision=315736 --- kalzium/src/element.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kalzium/src/element.h b/kalzium/src/element.h index 3a9f1ec..c3feeed 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -27,12 +27,19 @@ class Element; typedef QValueList EList; +/** + * @short this class contains all Element-objects as + * a QValueList + */ class KalziumDataObject { public: KalziumDataObject(); ~KalziumDataObject(); + /** + * The list of element in a QValueList + */ EList ElementList; }; @@ -206,7 +213,7 @@ class Element{ * should be used for the temperature. This method * takes care of that. * @param val the value which has to be adjusted - * @parem type the TYPE of the data + * @param type the TYPE of the data * @return the adjusted datastring */ static const QString adjustUnits( double val, const int type ); -- 2.47.3