]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/gdicmn.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / gdicmn.h
index aeafd9d5f0a9b7b61f71d0ca58c62d7230eec1b6..f415ecf9d81259c728e1b0179d9baa595bec6040 100644 (file)
@@ -723,7 +723,7 @@ public:
         to scale both dimensions by the same factor you can also use
         operator*=().
 
-        @returns A reference to this object (so that you can concatenate other
+        @return A reference to this object (so that you can concatenate other
                  operations in the same line).
     */
     wxSize& Scale(float xscale, float yscale);