X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..9fb99466b5b43589f477783ca65bf17714ff8615:/interface/msgqueue.h diff --git a/interface/msgqueue.h b/interface/msgqueue.h index 1a22c706aa..2b23de8b9a 100644 --- a/interface/msgqueue.h +++ b/interface/msgqueue.h @@ -1,13 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: msgqueue.h -// Purpose: documentation for wxMessageQueue class +// Purpose: interface of wxMessageQueue // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// /** - @class wxMessageQueueT @wxheader{msgqueue.h} wxMessageQueue allows passing messages between threads. @@ -24,8 +23,7 @@ @nolibrary @category{FIXME} - @seealso - wxThread + @see wxThread */ class wxMessageQueue { @@ -68,3 +66,4 @@ public: */ wxMessageQueue(); }; +