]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.cxx
2004-03-24 Jean-Pierre Roux
[gdcm.git] / src / gdcmHeader.cxx
index 04c501ac428fe735bb535efa7ed7a16803210d98..f230f4de54ce5fcef7937acc86dbb3b35a3ef34b 100644 (file)
@@ -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() {