]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/clipbrd.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / clipbrd.h
index b97503e504183dd4ab47438c38c1904f25a2321c..307793295c66e9d1a9bc3961823879d4cf4abdf3 100644 (file)
@@ -103,7 +103,7 @@ public:
         (possibly eating memory), otherwise the clipboard will be emptied on
         exit.
 
-        @returns @false if the operation is unsuccessful for any reason.
+        @return @false if the operation is unsuccessful for any reason.
     */
     bool Flush();
 
@@ -142,8 +142,8 @@ public:
         Call Close() when you have finished with the clipboard. You should keep
         the clipboard open for only a very short time.
 
-        @returns @true on success. This should be tested (as in the sample
-                 shown above).
+        @return @true on success. This should be tested (as in the sample
+                shown above).
     */
     bool Open();