Fix various documentation warnings throughout core and base.
See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user