]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.h
2004-03-24 Jean-Pierre Roux
[gdcm.git] / src / gdcmDirList.h
index 5fa55a2bdbe066bf4a84633bf7c8abfe447c6c21..6dd6624aaff5b7b27d60ae66cc5838b7b1141d2d 100644 (file)
@@ -17,13 +17,16 @@ public :
 
    std::string GetDirName(void);
 
+/// \
    static const char SEPARATOR_X;
-   static const char SEPARATOR_WIN;
+/// /  
+static const char SEPARATOR_WIN;
+/// depending on the O.S.
    static const std::string SEPARATOR;
 
 private :
    void Explore(std::string dirName,bool recursive=false);
-
+/// name of the root directory to explore
    std::string name;
 };