X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=b26c57d831b59495ceb2d1c672dbccbe757b29c4;hb=9dbffd306a2b7981cf033ab8402c774f8f970475;hp=4c3645fcd312a16cc27408b2427f94eaa08b9f54;hpb=c64a8ba115c9d6b71b2b8dab6b132815b70797f0;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 4c3645fc..b26c57d8 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/10/21 16:00:55 $ - Version: $Revision: 1.288 $ + Date: $Date: 2005/10/23 15:26:43 $ + Version: $Revision: 1.289 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1785,10 +1785,10 @@ void File::ReadEncapsulatedBasicOffsetTable() // These are the deprecated method that one day should be removed (after the next release) #ifndef GDCM_LEGACY_REMOVE -/* * - * \brief Constructor (DEPRECATED : temporaryly kept not to break the API) - * @param filename name of the file whose header we want to analyze - * @deprecated do not use any longer +/* + * brief Constructor (DEPRECATED : temporaryly kept not to break the API) + * param filename name of the file whose header we want to analyze + * deprecated do not use any longer */ File::File( std::string const &filename ) :Document( ) @@ -1800,12 +1800,12 @@ File::File( std::string const &filename ) Load( ); // gdcm::Document is first Loaded, then the 'File part' } -/* * - * \brief Loader. (DEPRECATED : temporaryly kept not to break the API) - * @param fileName file to be open for parsing - * @return false if file cannot be open or no swap info was found, +/* + * \ brief Loader. (DEPRECATED : temporaryly kept not to break the API) + * @ param fileName file to be open for parsing + * @ return false if file cannot be open or no swap info was found, * or no tag was found. - * @deprecated Use the Load() [ + SetLoadMode() ] + SetFileName() functions instead + * @ deprecated Use the Load() [ + SetLoadMode() ] + SetFileName() functions instead */ bool File::Load( std::string const &fileName ) {