]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.cxx
Typos on references.
[gdcm.git] / src / gdcmDictSet.cxx
index d6a2fb7f4ca03158e8215045337ee51c9d4e2408..6e5b998cc33d0bff163000bc5266d8c7531b6c50 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictSet.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/08/01 02:39:09 $
-  Version:   $Revision: 1.34 $
+  Date:      $Date: 2004/09/27 08:39:06 $
+  Version:   $Revision: 1.37 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -134,9 +134,9 @@ std::map<std::string, std::list<std::string> > *
  * \ingroup gdcmDictSet
  * \brief   Loads a dictionary from a specified file, and add it
  *          to already the existing ones contained in this gdcmDictSet.
- * @param   FileName Absolute or relative filename containing the
+ * @param   fileName Absolute or relative filename containing the
  *          dictionary to load.
- * @param   Name Symbolic name that be used as identifier of the newly 
+ * @param   name Symbolic name that be used as identifier of the newly 
  *          created dictionary.
  */
 gdcmDict *gdcmDictSet::LoadDictFromFile(std::string const & fileName, 
@@ -152,7 +152,7 @@ gdcmDict *gdcmDictSet::LoadDictFromFile(std::string const & fileName,
  * \ingroup gdcmDictSet
  * \brief   Retrieve the specified dictionary (when existing) from this
  *          gdcmDictSet.
- * @param   DictName The symbolic name of the searched dictionary.
+ * @param   dictName The symbolic name of the searched dictionary.
  * \result  The retrieved dictionary.
  */
 gdcmDict *gdcmDictSet::GetDict(DictKey const & dictName) 
@@ -165,15 +165,6 @@ gdcmDict *gdcmDictSet::GetDict(DictKey const & dictName)
    return NULL;
 }
 
-/**
- * \brief   Retrieve the default reference DICOM V3 public dictionary.
- * \result  The retrieved default dictionary.
- */
-gdcmDict *gdcmDictSet::GetDefaultPubDict() 
-{
-   return GetDict(PUB_DICT_NAME);
-}
-
 /**
  * \brief   Create a gdcmDictEntry which will be reference 
  *          in no dictionnary