X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d18d9f6047a08fce5b82e7dc647bec348c2aa3d3..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/clipbrd.h diff --git a/interface/clipbrd.h b/interface/clipbrd.h index b97503e504..307793295c 100644 --- a/interface/clipbrd.h +++ b/interface/clipbrd.h @@ -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();