]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ipcbase.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / ipcbase.h
index f8728ccdc40c39a8017939b21170abeec1f4fa10..cee367f220756a2a42ae6ecfc96ae0ef4a12ffd1 100644 (file)
@@ -2,10 +2,12 @@
 // Name:        ipcbase.h
 // 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 +35,6 @@ enum wxIPCFormat
 
 /**
     @class wxConnectionBase
-    @wxheader{ipcbase.h}
 
     @todo Document this class.