]> Creatis software - gdcm.git/blobdiff - Example/AnonymizeDicomDir.cxx
ENH: Fix project number, CVS HEAD IS NOT 1.0 anymore. Also trying to add comment...
[gdcm.git] / Example / AnonymizeDicomDir.cxx
index 424390b5ddc444c250747ff763b2bda29b294536..f4ab3fe3dba629b8805e1892851bdec3dba31df8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: AnonymizeDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/07 11:12:10 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/06/07 14:41:47 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 
 #include <iostream>
 
+/**
+ * \brief AnonymizeDicomDir
+ */
+
 void AnoNoLoad(gdcm::SQItem *s, std::fstream *fp, 
                uint16_t group, uint16_t elem, 
                std::string val);