]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/msgqueue.h
reverted Julian's r44600, it broke help window behavior so that it prevented apps...
[wxWidgets.git] / interface / msgqueue.h
index 1a22c706aa44a638d2a3d76e8f073d29ee3b293a..c506eeb576c701f8ff542343395c304d790fc194 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        msgqueue.h
-// Purpose:     documentation for wxMessageQueue<T> class
+// Purpose:     interface of wxMessageQueue<T>
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @nolibrary
     @category{FIXME}
 
-    @seealso
-    wxThread
+    @see wxThread
 */
 class wxMessageQueue<T>
 {
@@ -68,3 +67,4 @@ public:
     */
     wxMessageQueue();
 };
+