]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/filefn.h
Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied alread...
[wxWidgets.git] / interface / filefn.h
index 834b037ecbc9fae9b674e8238b05e43aeea6a279..533ee9b5a440f26cfb47dc7c9d12d82c778b53ad 100644 (file)
@@ -119,12 +119,12 @@ public:
     and @a free parameters may be @NULL if the corresponding information is not
     needed.
 
-    @wxsince{2.3.2}
+    @since 2.3.2
 
     @note The generic Unix implementation depends on the system having the
           @c statfs() or @c statvfs() function.
 
-    @returns @true on success, @false if an error occurred (for example, the
+    @return @true on success, @false if an error occurred (for example, the
              directory doesn’t exist).
 
     @header{wx/filefn.h}