]> git.saurik.com Git - wxWidgets.git/commitdiff
Correctly document the library the classes belong to.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:17:21 +0000 (01:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Oct 2012 01:17:21 +0000 (01:17 +0000)
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
interface/wx/combo.h
interface/wx/dataobj.h
interface/wx/dcbuffer.h
interface/wx/filectrl.h
interface/wx/fswatcher.h
interface/wx/listctrl.h
interface/wx/log.h
interface/wx/msw/ole/activex.h
interface/wx/socket.h
interface/wx/treectrl.h

index da1ec16ab053939e1801bceeff5abda66411c376..47db38da70310794a7ff381d399d4a4b3b00147d 100644 (file)
@@ -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
index 3531173f4b957eb8358d0361369da8cffc5bde77..4d088e552f0866dd7a77ad5dfc57e9473e676b87 100644 (file)
@@ -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}
 
index 4e2e9c9bd7c6a0a9e1000c0e7724a50a9508c424..3e33e4e3b21f86eff02599f755636d5c52b5f5a3 100644 (file)
@@ -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
index bad9f71789230ef3d7a2a63fb75e7f631ba59bcd..b4ef7813bdc828d8970a813bcca695f932a920e5 100644 (file)
@@ -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
index 03da7c855797a96ae73dd7f4268ce37c2d28bd3d..b1d2f2bd2f75e3f7e02e239658338b0560e18b1f 100644 (file)
@@ -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
index 584121b16249db9bfa28d2305261a3b9900db278..271fb7021694a571589aa90e127fdf16c2b205cd 100644 (file)
@@ -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
index daba91dc35acde57d35153375c997d8e61362df1..db2c7c769c096a1495bffc4e2b3cdc217fa69b13 100644 (file)
@@ -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
index 1bf3a66d37741e817e5172ad35c56949541fd19c..db420030f5ea4b76575ec96d26d46db2255be88b 100644 (file)
@@ -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
index 9f4bda5ff7e4c6e538e4bc231739e53bebf46077..03f5a131a4c3d640f735ccf3a4d6271285790ab4 100644 (file)
@@ -278,7 +278,7 @@ public:
 
     @onlyfor{wxmsw}
 
-    @library{wxbase}
+    @library{wxcore}
     @category{ctrl,ipc}
 
     @see wxActiveXEvent, @ref page_samples_flash
index 7e0d4ca014ee8eff57f0238ab4425346cdd0d78d..d89f21944f69bebe8198ee3b8f64330740799833 100644 (file)
@@ -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
index 9b25d1a7e544e5d3ae442260fdc168cdb24682e4..9fee9970a3682f51ad565105d80eaaad0f704f0b 100644 (file)
@@ -1055,7 +1055,7 @@ public:
         The state image has been clicked.
     @endEventTable
 
-    @library{wxbase}
+    @library{wxcore}
     @category{events}
 
     @see wxTreeCtrl