X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderEntry.h;h=1dbc5cd2f5bfdde9511e1273f81429cb6725274a;hb=6b175e1ed8a183e2fc43fa93df394159a461c07f;hp=0dab4ad9260ccdc5bca64c64384001fa9e9b23d3;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmHeaderEntry.h b/src/gdcmHeaderEntry.h index 0dab4ad9..1dbc5cd2 100644 --- a/src/gdcmHeaderEntry.h +++ b/src/gdcmHeaderEntry.h @@ -10,9 +10,10 @@ 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