X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/dde.h diff --git a/interface/wx/dde.h b/interface/wx/dde.h index 296877496c..0abcc684aa 100644 --- a/interface/wx/dde.h +++ b/interface/wx/dde.h @@ -2,8 +2,7 @@ // Name: dde.h // Purpose: interface of wxDDEConnection // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -11,8 +10,8 @@ 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 @@ -25,6 +24,7 @@ @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxConnectionBase, wxDDEClient, wxDDEServer, @ref overview_ipc */ @@ -222,6 +222,7 @@ public: @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxDDEServer, wxDDEConnection, @ref overview_ipc */ @@ -280,6 +281,7 @@ public: @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxDDEClient, wxDDEConnection, @ref overview_ipc */ @@ -320,7 +322,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /**