From: jpr Date: Tue, 29 Nov 2005 17:11:52 +0000 (+0000) Subject: Avoid Doxygen Warnings X-Git-Tag: Version1.3~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=17daf7e7caceddf44e73864ee8d366613a1f0c82;p=gdcm.git Avoid Doxygen Warnings --- diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index 28b18715..cd6c7ccc 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2005/11/29 12:48:47 $ - Version: $Revision: 1.49 $ + Date: $Date: 2005/11/29 17:11:52 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,8 @@ class GDCM_EXPORT SQItem : public DocEntrySet public: static SQItem *New(int depthLevel) {return new SQItem(depthLevel);} - virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); + virtual void Print(std::ostream &os = std::cout, + std::string const &indent = "" ); void WriteContent(std::ofstream *fp, FileType filetype); uint32_t ComputeFullLength(); diff --git a/src/gdcmTS.h b/src/gdcmTS.h index f2cea1c5..e5398dd9 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.h,v $ Language: C++ - Date: $Date: 2005/11/28 16:31:23 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/11/29 17:11:52 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -70,7 +70,7 @@ public: static TS *New() {return new TS();} virtual void Print(std::ostream &os = std::cout, - std::string const &indent = "" ); + std::string const & = "" ); int Count(TSKey const &key); TSAtr const &GetValue(TSKey const &key);