]> Creatis software - gdcm.git/commitdiff
Fix misstyping
authorjpr <jpr>
Wed, 9 Mar 2005 19:40:45 +0000 (19:40 +0000)
committerjpr <jpr>
Wed, 9 Mar 2005 19:40:45 +0000 (19:40 +0000)
Doc/Website/News.html

index 5c61e98a3f0c7569864a612924e56e6adec2eddb..8bac7871c7de5c1af3ec38de0e6a409eeb4985f6 100644 (file)
@@ -62,7 +62,6 @@ Any contribution is welcome.
    <UL>    
       <LI>
          <a href="uml-gdcm.pdf">gdcm UML Class Diagram</a> current version.
-
       <LI>
    </UL>
 
@@ -71,7 +70,6 @@ Any contribution is welcome.
       <LI>Both <TT>vtkgdcmViewer</TT> and <TT>vtkgdcmViewer2</TT> 
           are available to allow easy displaying of single/multiframe 
           GreyLevel/RGB/PaletteColor images
-
    </UL>
 
    <LI> Bug fixes
@@ -93,7 +91,6 @@ Any contribution is welcome.
 
    </UL>
 
-
    <LI> Known bugs
    <UL>
       <LI>
@@ -154,24 +151,24 @@ Any contribution is welcome.
       </UL>
       <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
       <LI> Renaming of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT> 
-as follow :
+           as follow :
       <UL>
          <LI> <TT>GetEntryByNumber 
                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-                                 --> GetEntryValue<TT>
-         <LI> <TT>GetEntryLengthByNumber  --> GetEntryLength<TT>
-         <LI> <TT>GetEntryOffsetByNumber  --> GetEntryOffset<TT>
+                                          --> GetEntryValue</TT>
+         <LI> <TT>GetEntryLengthByNumber  --> GetEntryLength</TT>
+         <LI> <TT>GetEntryOffsetByNumber  --> GetEntryOffset</TT>
          <LI> <TT>GetEntryVRByNumber 
-                  &nbsp;&nbsp;&nbsp;      --> GetEntryVR<TT>
+                  &nbsp;&nbsp;&nbsp;      --> GetEntryVR</TT>
          <LI>
          <LI> <TT>GetDocEntryByNumber     
-                  &nbsp;&nbsp;            --> GetDocEntry<TT>
+                  &nbsp;&nbsp;            --> GetDocEntry</TT>
          <LI> <TT>GetValEntryByNumber     
-                  &nbsp;&nbsp;            --> GetValEntry<TT>
+                  &nbsp;&nbsp;            --> GetValEntry</TT>
          <LI> <TT>GetBinEntryByNumber     
-                  &nbsp;&nbsp;            --> GetBinEntry<TT>
+                  &nbsp;&nbsp;            --> GetBinEntry</TT>
          <LI> <TT>GetSeqEntryByNumber     
-                  &nbsp;&nbsp;            --> GetSeqEntry<TT>
+                  &nbsp;&nbsp;            --> GetSeqEntry</TT>
        </UL>
    </UL>
 </UL>