]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/menuitem.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / menuitem.h
index a2762af1b2a6970cfe8321306bf128f03122d723..9be6f3b21d2f73bded278d1efc0ed1e573480700 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        menuitem.h
-// Purpose:     documentation for wxMenuItem class
+// Purpose:     interface of wxMenuItem
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -20,8 +20,7 @@
     @library{wxcore}
     @category{menus}
 
-    @seealso
-    wxMenuBar, wxMenu
+    @see wxMenuBar, wxMenu
 */
 class wxMenuItem : public wxObject
 {
@@ -283,3 +282,4 @@ public:
     */
     void SetTextColour(const wxColour& colour);
 };
+