]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/ffile.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / ffile.h
index da0722860e5371e75733794adcd108c6ee5479ff..a19619ff9af104253768462fcd47148c1459e71e 100644 (file)
@@ -177,7 +177,7 @@ public:
         @param count
             The number of bytes to read.
 
-        @returns The number of bytes read.
+        @return The number of bytes read.
     */
     size_t Read(void* buffer, size_t count);
 
@@ -190,7 +190,7 @@ public:
             Conversion object to use in Unicode build; by default supposes
             that file contents is encoded in UTF-8.
 
-        @returns @true if file was read successfully, @false otherwise.
+        @return @true if file was read successfully, @false otherwise.
     */
     bool ReadAll(wxString* str, const wxMBConv& conv = wxConvAuto());
 
@@ -234,7 +234,7 @@ public:
         @param count
             The number of bytes to write.
 
-        @returns The number of bytes written.
+        @return The number of bytes written.
     */
     size_t Write(const void* buffer, size_t count);