]> Git trees. - libqmvoc.git/commitdiff
update the quiz and added doxygen here and there
authorCarsten Niehaus <cniehaus@gmx.de>
Sat, 29 May 2004 11:11:09 +0000 (11:11 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sat, 29 May 2004 11:11:09 +0000 (11:11 +0000)
svn path=/trunk/kdeedu/kalzium/src/element.h; revision=315736

kalzium/src/element.h

index 3a9f1ec17f91e6e898a592e40ba4b1bb17034db2..c3feeed1fc085c06263ec07f281c14b3297b4a4a 100644 (file)
@@ -27,12 +27,19 @@ class Element;
 
 typedef QValueList<Element*> EList;
 
+/**
+ * @short this class contains all Element-objects as
+ * a QValueList<Element*>
+ */
 class KalziumDataObject
 {
        public:
                KalziumDataObject();
                ~KalziumDataObject();
 
+               /**
+                * The list of element in a QValueList<Element*>
+                */
                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 );