X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/077a28282ef918909a55defe783c298d6ff98c5a..5cfbef2a6908c24438b716c79da4981954779f69:/docs/doxygen/overviews/ipc.h?ds=inline diff --git a/docs/doxygen/overviews/ipc.h b/docs/doxygen/overviews/ipc.h index 0013c1803c..32f56b619f 100644 --- a/docs/doxygen/overviews/ipc.h +++ b/docs/doxygen/overviews/ipc.h @@ -6,12 +6,20 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** -@page overview_ipc Interprocess Communication Overview +@page overview_ipc Interprocess Communication Classes: wxServer, wxConnection, wxClient +@li @ref overview_ipc_datatransfer +@li @ref overview_ipc_examples +@li @ref overview_ipc_dde + + +
+ + wxWidgets has a number of different classes to help with interprocess communication and network programming. This section only discusses one family of classes -- the DDE-like protocol -- but here's a list of other useful