From: Carsten Niehaus Date: Sat, 29 May 2004 11:11:09 +0000 (+0000) Subject: update the quiz and added doxygen here and there X-Git-Tag: v3.80.2~300^2~166 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=cd673cba494a7eae67791fc7b60d064478557d4f;p=libqmvoc.git update the quiz and added doxygen here and there svn path=/trunk/kdeedu/kalzium/src/element.h; revision=315736 --- 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 );