X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd5cfba71157c481b5bc90563d0d990ec67ecb11..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/affinematrix2d.h?ds=inline diff --git a/interface/wx/affinematrix2d.h b/interface/wx/affinematrix2d.h index b600494f4c..97ae8db0ec 100644 --- a/interface/wx/affinematrix2d.h +++ b/interface/wx/affinematrix2d.h @@ -83,7 +83,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. @@ -93,7 +93,7 @@ public: //@} /** - Check that this matrix differs from @t. + Check that this matrix differs from @a t. @param t The matrix compared with this. @@ -173,7 +173,7 @@ public: void TransformPoint(wxDouble* x, wxDouble* y) const; /** - Applies the linear part of this matrix, i.e. without translation. + Applies the linear part of this matrix, i.e.\ without translation. @param p The source receiving the transformations.