]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.h
FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more (hope so...)
[gdcm.git] / src / gdcmHeaderEntry.h
index 0dab4ad9260ccdc5bca64c64384001fa9e9b23d3..1dbc5cd2f5bfdde9511e1273f81429cb6725274a 100644 (file)
 class gdcmHeader;
 
 //-----------------------------------------------------------------------------
-/*
- * The dicom header of a Dicom file contains a set of such entries
- * (when successfuly parsed against a given Dicom dictionary)
+/**
+ * \ingroup gdcmHeaderEntry
+ * \brief   The dicom header of a Dicom file contains a set of such entries
+ *          (when successfuly parsed against a given Dicom dictionary)
  */
 class GDCM_EXPORT gdcmHeaderEntry {
 public:
@@ -131,7 +132,7 @@ public:
     * \brief   Sets the value (string)
     *          of the current Dicom Header Entry
     */         
-   inline void         SetValue(std::string val) { value = val;      };
+   inline void         SetValue(std::string val) {  value = val; };
 
    /**
     * \ingroup gdcmHeaderEntry