]> Creatis software - gdcm.git/blobdiff - Doc/README
Fix mistypings
[gdcm.git] / Doc / README
index a6c806fcdd030b1a6fd8d14cc2ea4a87f25ef611..625fca325418c4eff9fb862e16ef89bfa07da902 100644 (file)
@@ -1,4 +1,13 @@
+The reference for parsing dicom file is the dicom standard. A local copy
+can be found in DicomPart5.pdf. A nice starting point for browsing
+the standard can be found at http://www.dclunie.com/dicom-status/status.html.
+
 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