X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/658741180583e3219bdd26b83a798cf3c8a59df7..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/palette.h diff --git a/interface/palette.h b/interface/palette.h index 28707a3a62..f1a9a4bdc0 100644 --- a/interface/palette.h +++ b/interface/palette.h @@ -86,7 +86,7 @@ public: @param blue An array of blue values. - @returns @true if the creation was successful, @false otherwise. + @return @true if the creation was successful, @false otherwise. @see wxPalette() */ @@ -109,7 +109,7 @@ public: @param blue Blue value. - @returns The nearest palette index or @c wxNOT_FOUND for unexpected errors. + @return The nearest palette index or @c wxNOT_FOUND for unexpected errors. @see GetRGB() */ @@ -128,7 +128,7 @@ public: @param blue Receives the blue value. - @returns @true if the operation was successful. + @return @true if the operation was successful. @see GetPixel() */