]> Creatis software - gdcm.git/blobdiff - Doc/README
ENH: Fix a shadow variable
[gdcm.git] / Doc / README
index 3ebe8c8446948f64294e5556c8e102200891fd2a..50bd05fb1268508335cbbf6f8ca2f2542dbe3282 100644 (file)
@@ -1,8 +1,16 @@
-The reference for parsing dicom file is the dicom standard. A locat copy
+The reference for parsing dicom file is the dicom standard. A local copy
 can be found in Dicom2003_Part5.pdf. A nice starting point for browsing
 the standard can be found at http://www.dclunie.com/dicom-status/status.html.
+better you go to : http://medical.nema.org/dicom
+                      PRODUCTS
+                        The Dicom Standard
 
 Documentation can be build with doxygen:
-doxygen Doxyfile
-mozilla html/index.html
+* For the developpers version:
+  doxygen DoxyfileDeveloppers
+  mozilla html.developper/index.html
+
+* For the user version:
+  doxygen DoxyfileUsers
+  mozilla html.user/index.html