]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.cxx
PLEASE : keep on waiting for the final version !
[gdcm.git] / src / gdcmObject.cxx
index f9a4760655cefb6d3c3762ef916b167ed40d44f0..e747b3b39afe68b55b562af49d8f91214d59270a 100644 (file)
@@ -105,8 +105,7 @@ void gdcmObject::ResetBoundaries(int flag) {
   // upwards again to fffe,e000   
    if (fin()== (--(plistEntries->end())) )  // Don't try anything more when end 
        return;                              // of Chained List is reached   
-       
-                                    
+                                           
    for( i=j=fin();
         ((*i)->GetGroup() != 0xfffe)  && ((*i)->GetElement() != 0xe000);
        --i,j--) {          
@@ -116,7 +115,6 @@ void gdcmObject::ResetBoundaries(int flag) {
 }
 
 /**
- * \ingroup gdcmParser
  * \brief   Sets Entry (Dicom Element) value of an element,
  *          specified by it's tag (Group, Number) 
  *          and the length, too ...
@@ -151,12 +149,11 @@ void gdcmObject::ResetBoundaries(int flag) {
           } 
            // we assume the constructor didn't fail
            Entry = new gdcmHeaderEntry(DictEntry);
-          // ----
-          // TODO
-          // ----
-          // better we don't assume too much !
-          // in the next release, gdcmObject will be used 
-          // to describe any Header Entry ...
+          /// \todo
+          /// ----
+          /// better we don't assume too much !
+          /// in the next release, gdcmObject will be used 
+          /// to describe any Header Entry ...
          } else {
             Entry = ptagHT->find(key)->second;
          }