X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..3399af21d10d3f8ce4f39dfb29df5546ab265ef6:/interface/wx/ipcbase.h?ds=inline diff --git a/interface/wx/ipcbase.h b/interface/wx/ipcbase.h index f8728ccdc4..3de941fdaf 100644 --- a/interface/wx/ipcbase.h +++ b/interface/wx/ipcbase.h @@ -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.