diff --git a/source/trunk/include/CLASS.hxx b/source/trunk/include/CLASS.hxx
index 707f38ce1d86b053bfa89e4ee37a5edb9ccd752d..ac0a0be0ca313ba6004ede8c4f9c304943d2c370 100755
--- a/source/trunk/include/CLASS.hxx
+++ b/source/trunk/include/CLASS.hxx
@@ -9,7 +9,7 @@
 
  
  @author BaM, Marc
- @version 0.
+ @version 2.0
  */
 #include "IsotopicVector.hxx"
 
diff --git a/source/trunk/include/DataBank.hxx b/source/trunk/include/DataBank.hxx
index 8eeb7517223b7c782a981b8d341b414dd0628fe8..dd8eb2dcce80816b81e88665f2c23aaddf93b0fd 100755
--- a/source/trunk/include/DataBank.hxx
+++ b/source/trunk/include/DataBank.hxx
@@ -5,9 +5,9 @@
  \file
  \brief Header file for DataBank class. 
  The aim of this Class is to store the evolution Database of the all decay nuclei.
- 
+
  @author BaM, Marc
- @version 0.
+ @version 2.0
  */
 
 #include <map>
@@ -24,13 +24,7 @@ class LogFile;
 
 
 
-///< A ZAIIDataBase defined a database which contain the evolution of faction of all product, subproduct (or sub(sub...sub)product) for a nucleus. 
-/*!
- The aim of this class is to handle the evolution all Information of all Nuclueus product, subproduct (or sub(sub...sub)product) as the fonction of the time.
- 
- @author BaM
- @version 1.0
- */
+
 
 template <class T> 
 class DataBank {
diff --git a/source/trunk/include/EvolutionData.hxx b/source/trunk/include/EvolutionData.hxx
index 5e72fdb1d9afc713a2da911b2d4c0f7ea239c8a2..2696f3dc248f9ab8fdbb6958395166224593c09d 100755
--- a/source/trunk/include/EvolutionData.hxx
+++ b/source/trunk/include/EvolutionData.hxx
@@ -6,8 +6,9 @@
  \brief Header file for EvolutionData classes. 
   The aim of this Class is to manage evolution of a system, such as a radioactiv nuclei or a reactor. It store the evolution of daughter nuclei proportion as the function of time of the 
  
+
  @author BaM
- @version 0.
+ @version 2.0
  */
 
 #include <string>
@@ -25,13 +26,6 @@ class LogFile;
 using namespace std;
 typedef long long int cSecond;
 
-///< A ZAIIDataBase defined a database which contain the evolution of faction of all product, subproduct (or sub(sub...sub)product) for a nucleus. 
-/*!
- The aim of this class is to handle the evolution all Information of all Nucleus product, subproduct (or sub(sub...sub)product) as the fonction of the time.
- 
- @author BaM
- @version 1.0
- */
 
 EvolutionData operator*(EvolutionData const& evol, double F);
 EvolutionData operator*(double F, EvolutionData const& evol);
diff --git a/source/trunk/include/FabricationPlant.hxx b/source/trunk/include/FabricationPlant.hxx
index a64f61f351c4d93220473cac9c74590d2cd43de3..83cef8d95aa39927a258c54e6b743da3b24f0768 100644
--- a/source/trunk/include/FabricationPlant.hxx
+++ b/source/trunk/include/FabricationPlant.hxx
@@ -9,7 +9,7 @@
 
  
  @author BaM, Marc
- @version 0.
+ @version 2.0
  */
 
 
diff --git a/source/trunk/include/IsotopicVector.hxx b/source/trunk/include/IsotopicVector.hxx
index 270b1bd905d0b32e029aca72a3e86e652788f9f4..a203a8f245f5648d16df954871767bdebfaea8b0 100755
--- a/source/trunk/include/IsotopicVector.hxx
+++ b/source/trunk/include/IsotopicVector.hxx
@@ -8,7 +8,7 @@
   The aim of this Class is to manage any kind of IsotopicVector, and any operation between them : sum, substraction....
   
  @author BaM, Marc
- @version 0.
+ @version 2.0
  */
 #include "ZAI.hxx"
 
diff --git a/source/trunk/include/LogFile.hxx b/source/trunk/include/LogFile.hxx
index f4e1109c90f3f4bb449d5086e86ef1c457931bb8..826bc10ca6aeec8508cfa1f1d7be74a3e21b14aa 100755
--- a/source/trunk/include/LogFile.hxx
+++ b/source/trunk/include/LogFile.hxx
@@ -10,7 +10,7 @@
  
  
  @author BaM
- @version 0.
+ @version 2.0
  */
 
 #include <string>
diff --git a/source/trunk/include/Pool.hxx b/source/trunk/include/Pool.hxx
index 031a69b12f8a29c6643fbc31646335f53f85abed..6522e63fc602100790cf1a3cd1c8636b80e7b68a 100755
--- a/source/trunk/include/Pool.hxx
+++ b/source/trunk/include/Pool.hxx
@@ -2,6 +2,18 @@
 #define __Pool_HXX__
 
 
+/*!
+ \file
+ \brief Header file for Pool class.
+ 
+ The aim of the Class is to manage evolution of all out reactor fuel. from Cooling to Waste or storage
+ 
+ 
+ @author BaM
+ @version 2.0
+ */
+
+
 
 
 #include "TNamed.h"
@@ -19,18 +31,6 @@ template <class T>
 class DataBank;
 
 
-/*!
- \file
- \brief Header file for Pool class.
- 
- The aim of the Class is to manage evolution of all out reactor fuel. from Cooling to Waste
- 
- 
- @author BaM
- @version 0.
- */
-
-
 
 class Pool : public TNamed
 {
diff --git a/source/trunk/include/Reactor.hxx b/source/trunk/include/Reactor.hxx
index b1062b23f54bf4e91cf0215daa2246c795ca7635..efd30777776c22334e1cc1afb4b53c7ed3937b03 100755
--- a/source/trunk/include/Reactor.hxx
+++ b/source/trunk/include/Reactor.hxx
@@ -8,7 +8,7 @@
  
  
  @author BaM
- @version 0.
+ @version 2.0
  */
 
 #include "TNamed.h"
diff --git a/source/trunk/include/Storage.hxx b/source/trunk/include/Storage.hxx
index ef7f0eb54247890904c0362a0e0a2b6f5df51806..2f22907a4119e7b9005069cad321bb1a0c70a12c 100644
--- a/source/trunk/include/Storage.hxx
+++ b/source/trunk/include/Storage.hxx
@@ -9,7 +9,7 @@
 
  
  @author BaM
- @version 0.
+ @version 2.0
  */
 
 #include "IsotopicVector.hxx"
diff --git a/source/trunk/include/StringLine.hxx b/source/trunk/include/StringLine.hxx
index da8500370b840d6abebf1360b3593151b6dab9d7..9cd25243aed20c2923aef6f5aee5c9109f5cd296 100755
--- a/source/trunk/include/StringLine.hxx
+++ b/source/trunk/include/StringLine.hxx
@@ -43,7 +43,7 @@ using namespace std;
  cout<<the<<endl<<temperature_is<<endl<<T<<endl;
  \endcode
  @author PTO
- @version 0.1
+ @version 2.01
 */
 
 class StringLine
diff --git a/source/trunk/include/ZAI.hxx b/source/trunk/include/ZAI.hxx
index 649b195b2172a20cfb4a9fa7cf8beb1a9785a894..f066ce80e8924a6123d397db06584d35f62fff31 100755
--- a/source/trunk/include/ZAI.hxx
+++ b/source/trunk/include/ZAI.hxx
@@ -8,7 +8,7 @@
 
  
  @author BaM
- @version 0.
+ @version 2.0
  */
 
 #include <string>