From fafd9793f0de5d00e0e2da548290ca169789217d Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 21 Oct 2005 12:12:18 +0000 Subject: [PATCH] Doxygen disagrees with comments on deprecated methods --- src/gdcmFile.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 88986f53..428c866e 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/20 15:24:09 $ - Version: $Revision: 1.284 $ + Date: $Date: 2005/10/21 12:12:18 $ + Version: $Revision: 1.285 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -2094,7 +2094,7 @@ 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 @@ -2109,7 +2109,7 @@ 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, -- 2.46.0