X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FREADME;h=625fca325418c4eff9fb862e16ef89bfa07da902;hb=3f8964856e65c2447beab900b04a63d003192bf9;hp=3ebe8c8446948f64294e5556c8e102200891fd2a;hpb=153db29d779f82893684c6aac08b0a565dd84334;p=gdcm.git diff --git a/Doc/README b/Doc/README index 3ebe8c84..625fca32 100644 --- a/Doc/README +++ b/Doc/README @@ -1,8 +1,13 @@ -The reference for parsing dicom file is the dicom standard. A locat copy -can be found in Dicom2003_Part5.pdf. A nice starting point for browsing +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