X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..de536319f16406adf967003637b2655c61f6cb09:/interface/file.h diff --git a/interface/file.h b/interface/file.h index 412af0a40b..cb74e2dfa8 100644 --- a/interface/file.h +++ b/interface/file.h @@ -165,7 +165,7 @@ public: /** Destructor will close the file. - @b NB: it is not virtual so you should not use wxFile polymorphically. + @note it is not virtual so you should not use wxFile polymorphically. */ ~wxFile(); @@ -281,7 +281,7 @@ public: @param mode One of wxFromStart, wxFromEnd, wxFromCurrent. - @returns The actual offset position achieved, or wxInvalidOffset on + @return The actual offset position achieved, or wxInvalidOffset on failure. */ wxFileOffset Seek(wxFileOffset ofs, @@ -295,7 +295,7 @@ public: @param ofs Number of bytes before the end of the file. - @returns The actual offset position achieved, or wxInvalidOffset on + @return The actual offset position achieved, or wxInvalidOffset on failure. */ wxFileOffset SeekEnd(wxFileOffset ofs = 0);