Correctly document the library the classes belong to.
Many classes were documented as being in a wrong library, mostly a lot of wxbase vs wxcore confusion but we even managed to document wxAuiManager as being in wxbase. Correct all this. Closes #14745, #14747. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
example, to show all the log messages in a frame but still continue to process
|
||||
them normally by showing the standard log dialog.
|
||||
|
||||
@library{wxbase}
|
||||
@library{wxcore}
|
||||
@category{logging}
|
||||
|
||||
@see wxLogTextCtrl
|
||||
@@ -566,7 +566,7 @@ public:
|
||||
The text control must have been created with @c wxTE_MULTILINE style by the
|
||||
caller previously.
|
||||
|
||||
@library{wxbase}
|
||||
@library{wxcore}
|
||||
@category{logging}
|
||||
|
||||
@see wxTextCtrl, wxStreamToTextRedirector
|
||||
|
Reference in New Issue
Block a user