X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.cxx;h=f49c0ba92c0168caa0fa2b42137ca15558fefaf3;hb=ac6281627c9571b711bd4d6e55a4adabc8b91afb;hp=203c0a5f11b8cb31912e819e60061baa383e75fa;hpb=be70f5cdc8ac472bff8ad8a36637457fe49778bd;p=gdcm.git diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index 203c0a5f..f49c0ba9 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -21,12 +21,8 @@ #include #endif -// ================= WARNING -// ================= DOXYGEN DOESN'T WORK FOR THIS FILE ?!? -// ================= - // Constructor / Destructor -/* +/** * \ingroup gdcmDirList * \brief Constructor * @param dirName root directory name @@ -40,7 +36,7 @@ gdcmDirList::gdcmDirList(std::string dirName,bool recursive) Explore(name,recursive); } -/* +/** * \ingroup gdcmDirList * \brief Destructor */ @@ -53,7 +49,7 @@ gdcmDirList::~gdcmDirList(void) //----------------------------------------------------------------------------- // Public -/* +/** * \ingroup gdcmDirList * \brief Get the directory name * @return the directory name @@ -69,7 +65,7 @@ std::string gdcmDirList::GetDirName(void) //----------------------------------------------------------------------------- // Private -/* +/** * \ingroup gdcmDirList * \brief Explore a directory with possibility of recursion * @param dirName directory to explore