X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..fb3b60978febbf86a71324a22dbf55d9717fd32a:/interface/wx/dde.h?ds=inline diff --git a/interface/wx/dde.h b/interface/wx/dde.h index 296877496c..9cb20881c3 100644 --- a/interface/wx/dde.h +++ b/interface/wx/dde.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDDEConnection // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -11,8 +11,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 +25,7 @@ @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxConnectionBase, wxDDEClient, wxDDEServer, @ref overview_ipc */ @@ -222,6 +223,7 @@ public: @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxDDEServer, wxDDEConnection, @ref overview_ipc */ @@ -280,6 +282,7 @@ public: @library{wxbase} @category{ipc} + @onlyfor{wxmsw} @see wxDDEClient, wxDDEConnection, @ref overview_ipc */ @@ -320,7 +323,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /**