From f00f01b3bfeac644f361a560b885938db1ad47f4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Oct 2012 01:17:21 +0000 Subject: [PATCH] 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 --- interface/wx/aui/framemanager.h | 2 +- interface/wx/combo.h | 2 +- interface/wx/dataobj.h | 2 +- interface/wx/dcbuffer.h | 2 +- interface/wx/filectrl.h | 2 +- interface/wx/fswatcher.h | 2 +- interface/wx/listctrl.h | 6 +++--- interface/wx/log.h | 4 ++-- interface/wx/msw/ole/activex.h | 2 +- interface/wx/socket.h | 6 +++--- interface/wx/treectrl.h | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index da1ec16ab0..47db38da70 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -407,7 +407,7 @@ protected: In addition, these parameters specify the pane's docked position, floating position, preferred size, minimum size, caption text among many other parameters. - @library{wxbase} + @library{wxaui} @category{aui} @see wxAuiManager, wxAuiDockArt diff --git a/interface/wx/combo.h b/interface/wx/combo.h index 3531173f4b..4d088e552f 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -358,7 +358,7 @@ struct wxComboCtrlFeatures You should avoid adding or deleting items in this event. @endEventTable - @library{wxbase} + @library{wxcore} @category{ctrl} @appearance{comboctrl.png} diff --git a/interface/wx/dataobj.h b/interface/wx/dataobj.h index 4e2e9c9bd7..3e33e4e3b2 100644 --- a/interface/wx/dataobj.h +++ b/interface/wx/dataobj.h @@ -54,7 +54,7 @@ necessary initialisations and so an attempt to do clipboard format registration at this time will usually lead to a crash! - @library{wxbase} + @library{wxcore} @category{dnd} @see @ref overview_dnd, @ref page_samples_dnd, wxDataObject diff --git a/interface/wx/dcbuffer.h b/interface/wx/dcbuffer.h index bad9f71789..b4ef7813bd 100644 --- a/interface/wx/dcbuffer.h +++ b/interface/wx/dcbuffer.h @@ -139,7 +139,7 @@ public: have native double-buffering, otherwise, it is a typedef of wxBufferedPaintDC. - @library{wxbase} + @library{wxcore} @category{dc} @see wxDC, wxBufferedPaintDC, wxPaintDC diff --git a/interface/wx/filectrl.h b/interface/wx/filectrl.h index 03da7c8557..b1d2f2bd2f 100644 --- a/interface/wx/filectrl.h +++ b/interface/wx/filectrl.h @@ -230,7 +230,7 @@ wxEventType wxEVT_FILECTRL_FILTERCHANGED; The current file filter of the file control has been changed @endEventTable - @library{wxbase} + @library{wxcore} @category{events} */ class wxFileCtrlEvent : public wxCommandEvent diff --git a/interface/wx/fswatcher.h b/interface/wx/fswatcher.h index 584121b162..271fb70216 100644 --- a/interface/wx/fswatcher.h +++ b/interface/wx/fswatcher.h @@ -132,7 +132,7 @@ public: at least creation of new file/directory and access, modification, move (rename) or deletion of an existing one. - @library{wxcore} + @library{wxbase} @category{events} @see wxFileSystemWatcher diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index daba91dc35..db2c7c769c 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1295,7 +1295,7 @@ protected: @endEventTable - @library{wxbase} + @library{wxcore} @category{events} @see wxListCtrl @@ -1412,7 +1412,7 @@ wxEventType wxEVT_COMMAND_LIST_ITEM_FOCUSED; Represents the attributes (color, font, ...) of a wxListCtrl's wxListItem. - @library{wxbase} + @library{wxcore} @category{data} @see @ref overview_listctrl, wxListCtrl, wxListItem @@ -1614,7 +1614,7 @@ public: or SetFont() functions on it passing it the colour/font to use. If the colour/font is not specified, the default list control colour/font is used. - @library{wxbase} + @library{wxcore} @category{data} @see wxListCtrl diff --git a/interface/wx/log.h b/interface/wx/log.h index 1bf3a66d37..db420030f5 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -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 diff --git a/interface/wx/msw/ole/activex.h b/interface/wx/msw/ole/activex.h index 9f4bda5ff7..03f5a131a4 100644 --- a/interface/wx/msw/ole/activex.h +++ b/interface/wx/msw/ole/activex.h @@ -278,7 +278,7 @@ public: @onlyfor{wxmsw} - @library{wxbase} + @library{wxcore} @category{ctrl,ipc} @see wxActiveXEvent, @ref page_samples_flash diff --git a/interface/wx/socket.h b/interface/wx/socket.h index 7e0d4ca014..d89f21944f 100644 --- a/interface/wx/socket.h +++ b/interface/wx/socket.h @@ -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 diff --git a/interface/wx/treectrl.h b/interface/wx/treectrl.h index 9b25d1a7e5..9fee9970a3 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -1055,7 +1055,7 @@ public: The state image has been clicked. @endEventTable - @library{wxbase} + @library{wxcore} @category{events} @see wxTreeCtrl -- 2.45.2