]> Creatis software - gdcm.git/commitdiff
Doxygen
authorjpr <jpr>
Fri, 21 Oct 2005 12:12:55 +0000 (12:12 +0000)
committerjpr <jpr>
Fri, 21 Oct 2005 12:12:55 +0000 (12:12 +0000)
src/gdcmDicomDir.cxx
src/gdcmDicomEntry.h

index 775ab82be7a8365ee3fc135d6b3869d4cbbbff6c..8e36662494d9e5c786ac6a7d0c25046d8fe8c0b7 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 08:58:17 $
-  Version:   $Revision: 1.162 $
+  Date:      $Date: 2005/10/21 12:12:55 $
+  Version:   $Revision: 1.163 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -204,7 +204,7 @@ bool DicomDir::Load(std::string const &fileName )
 }
 
 /// DEPRECATED : use SetDirectoryName(dname) instead
-/**
+/* *
  * \brief   Loader. (DEPRECATED : kept not to break the API)
  * @param   paseDir Parse Dir
  * @deprecated use SetDirectoryName(dname) instead
index 6ac7abe4be287ea5e27eaceff38676f4061a7e82..7149fff539dbe43ddff2c97ecf39c7863fcc6bdf 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/21 11:50:04 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/10/21 12:12:55 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -35,7 +35,7 @@ namespace gdcm
  *    i.e. the Group number
  *         the Element number
  *  - the VR (Value Representation)
- *  - the VM (Value Multplicity)
+ *  - the VM (Value Multiplicity)
  *  - the corresponding name in english
  */
 class GDCM_EXPORT DicomEntry : public RefCounter