]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/docmdi.h
Intial review of calctrl.h.
[wxWidgets.git] / interface / docmdi.h
index 8273a30f16040c9dd6fe250e14da9e69303f8bc6..fd31790829fcdcf1255e8f5284971ca6e7dad49b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        docmdi.h
-// Purpose:     documentation for wxDocMDIParentFrame class
+// Purpose:     interface of wxDocMDIParentFrame
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
     MDI parent frames.
 
     It cooperates with the wxView, wxDocument,
-    wxDocManager and wxDocTemplates classes.
+    wxDocManager and wxDocTemplates() classes.
 
     See the example application in @c samples/docview.
 
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    @ref overview_docviewoverview, wxMDIParentFrame
+    @see @ref overview_docviewoverview, wxMDIParentFrame
 */
 class wxDocMDIParentFrame : public wxMDIParentFrame
 {
@@ -67,6 +66,7 @@ public:
 };
 
 
+
 /**
     @class wxDocMDIChildFrame
     @wxheader{docmdi.h}
@@ -83,8 +83,7 @@ public:
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    @ref overview_docviewoverview, wxMDIChildFrame
+    @see @ref overview_docviewoverview, wxMDIChildFrame
 */
 class wxDocMDIChildFrame : public wxMDIChildFrame
 {
@@ -149,3 +148,4 @@ public:
         The view associated with the frame.
     */
 };
+