]> Git trees. - libqmvoc.git/commitdiff
modifying the documentation header.
authorEtienne Rebetez <etienne.rebetez@oberwallis.ch>
Mon, 20 Sep 2010 19:20:33 +0000 (19:20 +0000)
committerEtienne Rebetez <etienne.rebetez@oberwallis.ch>
Mon, 20 Sep 2010 19:20:33 +0000 (19:20 +0000)
SVN_SILENT

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1177628

libscience/psetables.h

index 79180575870804de756273064663655c5d826048..940ea360f6d3de3f650698878702f3a7aca7c455 100644 (file)
@@ -35,8 +35,8 @@
  * creating a table for the gridlayout
 @code
   foreach (intElement, pseTables::instance()->getTabletype( m_psTableType )->elements()) {
-       group = pseTables::instance()->getTabletype( m_psTableType )->elementCoords( intElement ).x();
-       period = pseTables::instance()->getTabletype( m_psTableType )->elementCoords( intElement ).y();
+       int group = pseTables::instance()->getTabletype( m_psTableType )->elementCoords( intElement ).x();
+       int period = pseTables::instance()->getTabletype( m_psTableType )->elementCoords( intElement ).y();
 
        ElementLabel *element = new ElementLabel( intElement );
 
@@ -54,7 +54,7 @@
  * getting the position of the Numerations for the pse (j)
  @code
     for (int i = 0; i < pseTables::instance()->getTabletype( j )->coordsMax().x() || i < numerationItems.count(); i++) {
-       int itemAtPos = pseTables::instance()->getTabletype( j )->numeration( i );
+        int itemAtPos = pseTables::instance()->getTabletype( j )->numeration( i );
     }
  @endcode
  * @short Provides shape and elements of diferent peridic tables of elements