]> Creatis software - gdcm.git/commitdiff
Add some comments
authorjpr <jpr>
Tue, 30 May 2006 08:12:51 +0000 (08:12 +0000)
committerjpr <jpr>
Tue, 30 May 2006 08:12:51 +0000 (08:12 +0000)
src/gdcmArgMgr.cxx
src/gdcmDataEntry.cxx
src/gdcmDebug.h

index 0aebf37833c72e4934ce58f6010c10910a57afd3..cbd54d531e617037bc460910e9cef5543dcfc36d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmArgMgr.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/04/11 16:03:26 $
-  Version:   $Revision: 1.21 $
+  Date:      $Date: 2006/05/30 08:12:51 $
+  Version:   $Revision: 1.22 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -102,7 +102,7 @@ namespace gdcm
    char *secu;
    for ( i=0; i<ArgCount; i++)
    {
-      secu = ArgLab[i];
+      //secu = ArgLab[i];
       ArgLab[i] = Majuscule ( ArgLab[i] ) ;
       //free (secu); //we still need it in the caller pgm.
    }
index ffe35271227937e25b63bbd54809c626217ad0ec..79e6aebe1fefda6dab1567292ecccba2c9a20b6a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDataEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2006/04/14 08:10:02 $
-  Version:   $Revision: 1.37 $
+  Date:      $Date: 2006/05/30 08:12:51 $
+  Version:   $Revision: 1.38 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -334,7 +334,7 @@ uint32_t DataEntry::GetValueCount( ) const
 
 /**
  * \brief Gets a std::vector <double> holding the value(s) of a DS DataEntry
- * @param valueVector std::vector <double> of value(s)
+ * @param valueVector std::vector \<double\> of value(s)
  * \return false if VR not "DS" or DataEntry empty
  */
  bool DataEntry::GetDSValue(std::vector <double> &valueVector)
index dbc9a06cc0b74320e9f454f4bfa9d243136dfe1e..d8a9f3dad53af0528e38a17b05d5c6891bd885e5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDebug.h,v $
   Language:  C++
-  Date:      $Date: 2006/04/11 16:03:26 $
-  Version:   $Revision: 1.54 $
+  Date:      $Date: 2006/05/30 08:12:51 $
+  Version:   $Revision: 1.55 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -159,7 +159,10 @@ private:
 
 /**
  * \brief   Debug : To be used to help bug tracking developer
- * @param msg message part
+ * @param type type 
+ * @param obj obj
+ * @param msg message part 
+ * @param adds adds
  */
 #define gdcmMessageBodyMacro(type, obj, msg, adds)             \
 {                                                              \