X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0824e369691b4a23a484e1d258b6e4ea021b022a..21d0340384a484e3c8e04280de90c0fb8e261006:/interface/wx/affinematrix2dbase.h diff --git a/interface/wx/affinematrix2dbase.h b/interface/wx/affinematrix2dbase.h index 0d18095ce9..e7d0a6df11 100644 --- a/interface/wx/affinematrix2dbase.h +++ b/interface/wx/affinematrix2dbase.h @@ -116,7 +116,7 @@ public: //@{ /** - Check that this matrix is identical with @t. + Check that this matrix is identical with @a t. @param t The matrix compared with this. @@ -126,7 +126,7 @@ public: //@} /** - Check that this matrix differs from @t. + Check that this matrix differs from @a t. @param t The matrix compared with this. @@ -181,7 +181,7 @@ public: @return The point with the transformations applied. */ - wxPoint2DDouble TransformPoint(const wxPoint2DDouble& src) const; + wxPoint2DDouble TransformPoint(const wxPoint2DDouble& p) const; void TransformPoint(wxDouble* x, wxDouble* y) const; /** @@ -192,7 +192,7 @@ public: @return The source with the transformations applied. */ - wxPoint2DDouble TransformDistance(const wxPoint2DDouble& src) const; + wxPoint2DDouble TransformDistance(const wxPoint2DDouble& p) const; void TransformDistance(wxDouble* dx, wxDouble* dy) const; };