From 7a269df2bfb185e5cfa401dc0d60da119af939d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Mar 2022 00:17:26 +0200 Subject: [PATCH] Document all parameters of wxImage::Paste() As long as one parameter of a function is documented, all the other ones should be documented too, as otherwise Doxygen complains about it not being the case. --- interface/wx/image.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/wx/image.h b/interface/wx/image.h index 46f339dd3b..a54fc868f9 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -823,6 +823,12 @@ public: Takes care of the mask colour and out of bounds problems. + @param image + The image containing the data to copy, must be valid. + @param x + The horizontal position of the position to copy the data to. + @param y + The vertical position of the position to copy the data to. @param alphaBlend This parameter (new in wx 3.1.5) determines whether the alpha values of the original image replace (default) or are composed with the