X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.cxx;h=0ddbfc463409c2279101918589e7abb4b9527875;hb=060ddb1e7fabdfc43c258dfd575df80e4023fd32;hp=e1f201ff4a3be39f96a5d105cf9ae8736ddf9d04;hpb=e8caac199c2683cb0f118c42c61dc6aec85b1eec;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index e1f201ff..0ddbfc46 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.cxx,v $ Language: C++ - Date: $Date: 2005/01/16 04:50:41 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/01/18 14:28:32 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,6 @@ namespace gdcm //----------------------------------------------------------------------------- // Constructor / Destructor /** - * \ingroup DicomDirImage * \brief Constructor */ DicomDirImage::DicomDirImage(): @@ -32,7 +31,6 @@ DicomDirImage::DicomDirImage(): { } /** - * \ingroup DicomDirImage * \brief Canonical destructor. */ DicomDirImage::~DicomDirImage() @@ -42,8 +40,9 @@ DicomDirImage::~DicomDirImage() //----------------------------------------------------------------------------- // Print /** - * \ingroup DicomDirImage * \brief Prints the Object + * @param os ostream to write to + * @param indent indent * @return */ void DicomDirImage::Print(std::ostream &os, std::string const & )