]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntry.cxx
Stage 3 of normalization :
[gdcm.git] / src / gdcmDocEntry.cxx
index e82e2100c8dd2c6ad8d2e94884ca3ebcccb681d9..8dd098b0f2b55a53a116d5ced99db80ea3974572 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/23 10:12:33 $
-  Version:   $Revision: 1.45 $
+  Date:      $Date: 2005/01/24 16:10:52 $
+  Version:   $Revision: 1.46 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -117,7 +117,7 @@ void DocEntry::Print(std::ostream &os, std::string const & )
 /**
  * \brief   Writes the common part of any ValEntry, BinEntry, SeqEntry
  * @param fp already open ofstream pointer
- * @param filetype type of the file to be written
+ * @param filetype type of the file (ACR, ImplicitVR, ExplicitVR, ...)
  */
 void DocEntry::WriteContent(std::ofstream *fp, FileType filetype)
 {