]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dde.h
Remove wrong const from wxMenu::GetMenuItems() documentation.
[wxWidgets.git] / interface / wx / dde.h
index 66b979df74d1a14cb3e18b2ccc9a38183811bd9e..9cb20881c3f09ea66e14a4b60260ca9c325db4d9 100644 (file)
@@ -3,17 +3,16 @@
 // Purpose:     interface of wxDDEConnection
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxDDEConnection
-    @wxheader{dde.h}
 
     A wxDDEConnection object represents the connection between a client and a
     server. It can be created by making a connection using a wxDDEClient
-    object, or by the acceptance of a connection by a wxDDEServer object. The
-    bulk of a DDE (Dynamic Data Exchange) conversation is controlled by calling
+    object, or by the acceptance of a connection by a wxDDEServer object.
+    The bulk of a DDE (Dynamic Data Exchange) conversation is controlled by calling
     members in a wxDDEConnection object or by overriding its members.
 
     An application should normally derive a new connection class from
@@ -26,6 +25,7 @@
 
     @library{wxbase}
     @category{ipc}
+    @onlyfor{wxmsw}
 
     @see wxConnectionBase, wxDDEClient, wxDDEServer, @ref overview_ipc
 */
@@ -206,7 +206,6 @@ public:
 
 /**
     @class wxDDEClient
-    @wxheader{dde.h}
 
     A wxDDEClient object represents the client part of a client-server DDE
     (Dynamic Data Exchange) conversation.
@@ -224,6 +223,7 @@ public:
 
     @library{wxbase}
     @category{ipc}
+    @onlyfor{wxmsw}
 
     @see wxDDEServer, wxDDEConnection, @ref overview_ipc
 */
@@ -272,7 +272,6 @@ public:
 
 /**
     @class wxDDEServer
-    @wxheader{dde.h}
 
     A wxDDEServer object represents the server part of a client-server DDE
     (Dynamic Data Exchange) conversation.
@@ -283,6 +282,7 @@ public:
 
     @library{wxbase}
     @category{ipc}
+    @onlyfor{wxmsw}
 
     @see wxDDEClient, wxDDEConnection, @ref overview_ipc
 */
@@ -323,7 +323,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
 //@{
 
 /**