X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..253d8fd8fc70db993ccdd5b7aa932043fe09a768:/interface/dir.h diff --git a/interface/dir.h b/interface/dir.h index dd7ba41d20..0009ab1b80 100644 --- a/interface/dir.h +++ b/interface/dir.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dir.h -// Purpose: documentation for wxDirTraverser class +// Purpose: interface of wxDirTraverser // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -78,6 +78,7 @@ public: }; + /** @class wxDir @wxheader{dir.h} @@ -203,7 +204,7 @@ public: big, it could be far from real size of the directory. See also: wxFileName::GetHumanReadableSize, - wxGetDiskSpace + wxGetDiskSpace() */ static wxULongLong GetTotalSize(const wxString& dir, wxArrayString* filesSkipped = NULL); @@ -253,3 +254,4 @@ public: const wxString& filespec = wxEmptyString, int flags = wxDIR_DEFAULT); }; +