]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ipcbase.h
fixing text matrix (dataview custom renderer showed problems) and reordering SaveGState
[wxWidgets.git] / interface / wx / ipcbase.h
index f8728ccdc40c39a8017939b21170abeec1f4fa10..9cabae701c1443da390f1688e88958b7cecd1068 100644 (file)
@@ -6,6 +6,9 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    An enumeration for formats .
+*/
 enum wxIPCFormat
 {
     wxIPC_INVALID =     0,
@@ -33,7 +36,6 @@ enum wxIPCFormat
 
 /**
     @class wxConnectionBase
-    @wxheader{ipcbase.h}
 
     @todo Document this class.