]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dir.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / dir.h
index dd7ba41d208ca0113d23015a79bccb0aa2e6f5b2..0009ab1b80d3428263da3106c8bfbf6ec749ef07 100644 (file)
@@ -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);
 };
+