]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/minifram.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / minifram.h
index 232c259bb99f53065412c46e48b83c2ec6603012..10aa4bf3fb11e079a2d05717bbf067a24f9431a5 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        minifram.h
-// Purpose:     documentation for wxMiniFrame class
+// Purpose:     interface of wxMiniFrame
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -48,8 +48,7 @@
     @library{wxcore}
     @category{managedwnd}
 
-    @seealso
-    wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
+    @see wxMDIParentFrame, wxMDIChildFrame, wxFrame, wxDialog
 */
 class wxMiniFrame : public wxFrame
 {
@@ -110,3 +109,4 @@ public:
                 long style = wxCAPTION | wxRESIZE_BORDER,
                 const wxString& name = "frame");
 };
+