From 15fa4de377053c3c38f62593b2df941c217ea34b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 23 Apr 2011 14:53:42 +0000 Subject: [PATCH] Correct names of parameters in wxAffineMatrix2D documentation. Some parameters were misnamed in @param paragraphs, fix this. Closes #13143. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/affinematrix2d.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/wx/affinematrix2d.h b/interface/wx/affinematrix2d.h index b5117d4ad5..4c2c3ff5bf 100644 --- a/interface/wx/affinematrix2d.h +++ b/interface/wx/affinematrix2d.h @@ -51,7 +51,7 @@ public: The parameter matrix is the multiplicand. - @param wxAffineMatrix2DBase + @param t The multiplicand. @code @@ -85,7 +85,7 @@ public: /** Check that this matrix is identical with @t. - @param wxAffineMatrix2DBase + @param t The matrix compared with this. */ void IsEqual(const wxAffineMatrix2DBase& t); @@ -95,7 +95,7 @@ public: /** Check that this matrix differs from @t. - @param wxAffineMatrix2DBase + @param t The matrix compared with this. */ bool operator!=(const wxAffineMatrix2DBase& t) const; @@ -140,7 +140,7 @@ public: /** Applies this matrix to the point. - @param src + @param p The point receiving the transformations. @return The point with the transformations applied. @@ -151,7 +151,7 @@ public: /** Applies the linear part of this matrix, i.e. without translation. - @param src + @param p The source receiving the transformations. @return The source with the transformations applied. -- 2.45.2