From 01f81453d85764007a1784d692635e404c3fe43f Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 29 Jun 2006 13:26:08 +0000 Subject: [PATCH] Doxygenation --- src/gdcmDataEntry.cxx | 12 +++++++----- src/gdcmPixelReadConvert.cxx | 5 +++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 79e6aebe..570c3c50 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2006/05/30 08:12:51 $ - Version: $Revision: 1.38 $ + Date: $Date: 2006/06/29 13:26:08 $ + Version: $Revision: 1.39 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,8 +40,10 @@ uint32_t DataEntry::MaxSizePrintEntry = MAX_SIZE_PRINT_ELEMENT_VALUE; //----------------------------------------------------------------------------- // Constructor / Destructor /** - * \brief Constructor for a given DictEntry - * @param e Pointer to existing dictionary entry + * \brief Constructor for a given DataEntry + * @param group group number of the Data Entry to be created + * @param elem element number of the Data Entry to be created + * @param vr Value Representation of the Data Entry to be created */ DataEntry::DataEntry(uint16_t group,uint16_t elem, VRKey const &vr) @@ -334,7 +336,7 @@ uint32_t DataEntry::GetValueCount( ) const /** * \brief Gets a std::vector holding the value(s) of a DS DataEntry - * @param valueVector std::vector \ of value(s) + * @param valueVector std::vector double of value(s) * \return false if VR not "DS" or DataEntry empty */ bool DataEntry::GetDSValue(std::vector &valueVector) diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index 32a8f81d..d505d283 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2006/03/29 16:09:48 $ - Version: $Revision: 1.111 $ + Date: $Date: 2006/06/29 13:27:59 $ + Version: $Revision: 1.112 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -85,6 +85,7 @@ bool PixelReadConvert::IsRawRGB() /** * \brief Gets various usefull informations from the file header * @param file gdcm::File pointer + * @param fileHelper gdcm::FileHelper pointer */ void PixelReadConvert::GrabInformationsFromFile( File *file, FileHelper *fileHelper ) -- 2.48.1