]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ipcbase.h
Correctly link to wxWebViewNavigationError from wxWebViewEvent.
[wxWidgets.git] / interface / wx / ipcbase.h
index f8728ccdc40c39a8017939b21170abeec1f4fa10..3de941fdafdc86e2268864ad8b484acdb8ca63d5 100644 (file)
@@ -3,9 +3,12 @@
 // Purpose:     interface of wxConnectionBase
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    An enumeration for formats .
+*/
 enum wxIPCFormat
 {
     wxIPC_INVALID =     0,
@@ -33,7 +36,6 @@ enum wxIPCFormat
 
 /**
     @class wxConnectionBase
-    @wxheader{ipcbase.h}
 
     @todo Document this class.