]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/ipc.h
mention the problem with writing enums to wxConfig (see #8656)
[wxWidgets.git] / docs / doxygen / overviews / ipc.h
index 0013c1803ca3da46e78a299c1b087f940fb4e832..32f56b619fb1d3acb65f293852c1b4771b9a582f 100644 (file)
@@ -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
+
+
+<hr>
+
+
 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