Fix warnings in rich text documentation.

See #15346.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2013-08-21 13:24:48 +00:00
parent 3a4cf8a84d
commit 591805e0b8
3 changed files with 11 additions and 9 deletions

View File

@@ -494,6 +494,8 @@ public:
/**
Sets the wxRichTextObject object that currently has the editing focus.
@param obj
The wxRichTextObject to set focus on.
@param setCaretPosition
Optionally set the caret position.
*/
@@ -2290,7 +2292,7 @@ public:
@param commandType
The type of the event.
@param id
@param winid
Window identifier. The value @c wxID_ANY indicates a default value.
*/
wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int winid = 0);