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:
Steve Lamerton
2013-08-21 15:26:34 +00:00
parent 2f36b4d22b
commit 8c6471af3c
15 changed files with 41 additions and 27 deletions

View File

@@ -1217,9 +1217,9 @@ public:
The following symbolic constants can be used in addition to raw
values in 0..100 range:
- ::wxPRIORITY_MIN: 0
- ::wxPRIORITY_DEFAULT: 50
- ::wxPRIORITY_MAX: 100
- @c wxPRIORITY_MIN: 0
- @c wxPRIORITY_DEFAULT: 50
- @c wxPRIORITY_MAX: 100
*/
void SetPriority(unsigned int priority);
@@ -1261,7 +1261,7 @@ public:
This function can only be called from another thread context.
@param waitMode
@param flags
As described in wxThreadWait documentation, wxTHREAD_WAIT_BLOCK
should be used as the wait mode even although currently
wxTHREAD_WAIT_YIELD is for compatibility reasons. This parameter is