]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/file.h
use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
[wxWidgets.git] / interface / file.h
index 412af0a40b15bd7f33e741d7510c6efb4d96f643..cb74e2dfa8f8fa72f0d70bc7f8a97f2f8273eddf 100644 (file)
@@ -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);