X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmHeader.cxx;h=f230f4de54ce5fcef7937acc86dbb3b35a3ef34b;hb=1a11accd11061d63d3c09db7b1445637207e81e4;hp=04c501ac428fe735bb535efa7ed7a16803210d98;hpb=72911a1e847536580a21f85f211c0a14cdcf944c;p=gdcm.git diff --git a/src/gdcmHeader.cxx b/src/gdcmHeader.cxx index 04c501ac..f230f4de 100644 --- a/src/gdcmHeader.cxx +++ b/src/gdcmHeader.cxx @@ -15,8 +15,8 @@ /** * \ingroup gdcmHeader * \brief Constructor - * @param InFilename - * @param exception_on_error + * @param InFilename name of the file whose header we want to analyze + * @param exception_on_error whether we want to throw an exception or not * @param enable_sequences = true to allow the header * to be parsed *inside* the SeQuences, * when they have an actual length @@ -63,7 +63,7 @@ gdcmHeader::gdcmHeader(const char *InFilename, /** * \ingroup gdcmHeader * \brief Constructor - * @param exception_on_error + * @param exception_on_error whether we want to throw an exception or not */ gdcmHeader::gdcmHeader(bool exception_on_error) : gdcmParser(exception_on_error) @@ -790,7 +790,6 @@ void gdcmHeader::SetImageDataSize(size_t ImageDataSize) { * \ingroup gdcmHeader * \brief anonymize a Header (removes Patient's personal info) * (read the code to see which ones ...) - * @param */ bool gdcmHeader::anonymizeHeader() {