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:
@@ -14,7 +14,7 @@
|
||||
objects. Currently, only wxIPV4address is implemented. An experimental
|
||||
implementation for IPV6, wxIPV6address, is being developed.
|
||||
|
||||
@library{wxbase}
|
||||
@library{wxnet}
|
||||
@category{net}
|
||||
*/
|
||||
class wxIPaddress : public wxSockAddress
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
A class for working with IPv4 network addresses.
|
||||
|
||||
@library{wxbase}
|
||||
@library{wxnet}
|
||||
@category{net}
|
||||
*/
|
||||
class wxIPV4address : public wxIPaddress
|
||||
@@ -400,7 +400,7 @@ public:
|
||||
|
||||
You are unlikely to need to use this class: only wxSocketBase uses it.
|
||||
|
||||
@library{wxbase}
|
||||
@library{wxnet}
|
||||
@category{net}
|
||||
|
||||
@see wxSocketBase, wxIPaddress, wxIPV4address
|
||||
|
Reference in New Issue
Block a user