X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.cxx;h=938dbb3fb948af4b9e65da419ad48bc8110a64c9;hb=f2dc5ed79f619aa34aa6e800a53b24283452b170;hp=0420c80aae4ac0b04a4108fe0c62c08c4f08e0ee;hpb=05f4ffeadc3beb5ff48fd88e7342d9287c18a27b;p=gdcm.git diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index 0420c80a..938dbb3f 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.cxx,v $ Language: C++ - Date: $Date: 2004/11/09 21:55:55 $ - Version: $Revision: 1.26 $ + Date: $Date: 2004/11/16 10:25:53 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -80,10 +80,9 @@ std::string const & DirList::GetDirName() const // Private /** - * \ingroup DirList * \brief Explore a directory with possibility of recursion * return number of files read - * @param dirName directory to explore + * @param dirpath directory to explore * @param recursive whether we want recursion or not */ int DirList::Explore(std::string const & dirpath, bool recursive)