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:
@@ -3470,7 +3470,7 @@ public:
|
||||
wxHelpEvent::Origin origin = Origin_Unknown);
|
||||
|
||||
/**
|
||||
Returns the origin of the help event which is one of the ::wxHelpEventOrigin
|
||||
Returns the origin of the help event which is one of the wxHelpEvent::Origin
|
||||
values.
|
||||
|
||||
The application may handle events generated using the keyboard or mouse
|
||||
@@ -3886,7 +3886,8 @@ public:
|
||||
|
||||
/**
|
||||
Sets the flags for this event.
|
||||
The @a flags can be a combination of the ::wxNavigationKeyEventFlags values.
|
||||
The @a flags can be a combination of the
|
||||
wxNavigationKeyEvent::wxNavigationKeyEventFlags values.
|
||||
*/
|
||||
void SetFlags(long flags);
|
||||
|
||||
|
Reference in New Issue
Block a user