From: Dimitri Schoolwerth Date: Fri, 18 Mar 2011 22:22:01 +0000 (+0000) Subject: Fixed documentation of enum wxImageResizeQuality. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0a761908f21cbd7541da9d784985df5ade450545 Fixed documentation of enum wxImageResizeQuality. A C-style comment was not closed and resulted in the explanation of wxIMAGE_QUALITY_NORMAL additionally containing the explanation of wxIMAGE_QUALITY_BOX_AVERAGE and the latter having none. Regression since r67203. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/image.h b/interface/wx/image.h index fc75c139c7..823ac49c9f 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -43,6 +43,7 @@ enum wxImageResizeQuality Use surrounding pixels to calculate an average that will be used for new pixels. This method is typically used when reducing the size of an image. + */ wxIMAGE_QUALITY_BOX_AVERAGE, /**