]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.cxx
Some normalizations :
[gdcm.git] / src / gdcmDict.cxx
index d56ff7c2ce5167b8f6caa507829c3a9300bb4837..162b79c04237662ef239768e29903e397fe99736 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDict.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/18 14:28:32 $
-  Version:   $Revision: 1.68 $
+  Date:      $Date: 2005/01/23 10:12:33 $
+  Version:   $Revision: 1.69 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -91,7 +91,7 @@ Dict::~Dict()
  * \brief   Print all the dictionary entries contained in this dictionary.
  *          Entries will be sorted by tag i.e. the couple (group, element).
  * @param   os The output stream to be written to.
- * @param   indent indent 
+ * @param indent Indentation string to be prepended during printing
  */
 void Dict::Print(std::ostream &os, std::string const & )
 {