X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1add55ae506f8523112895c9749187476d4ab473..27608f1130d577131674dc546b62ef11f75226d1:/interface/ffile.h diff --git a/interface/ffile.h b/interface/ffile.h index da0722860e..a19619ff9a 100644 --- a/interface/ffile.h +++ b/interface/ffile.h @@ -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);