]> Creatis software - gdcm.git/blobdiff - src/gdcmElValue.cxx
* src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
[gdcm.git] / src / gdcmElValue.cxx
index 339069021ba1525f4766c6eb402c6279eaeeb44e..3a8a7156929186f299ce44b58804f0d6e69705f6 100644 (file)
@@ -2,11 +2,12 @@
 
 #include "gdcm.h"
 
-       // void    ElValue::SetVR(string v)      { entry->SetVR(v);       };
-
+/**
+ * \ingroup gdcmElValue
+ * \brief   Constructor from a given gdcmDictEntry
+ * @param   in Pointer to existing dictionary entry
+ */
 ElValue::ElValue(gdcmDictEntry* in) {
        ImplicitVr = false;
        entry = in;
 }
-
-