]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wrapsizer.h
115% line height on lists is more than enough, especially for the class hierarchy...
[wxWidgets.git] / interface / wrapsizer.h
index 53ed82cfa74810651a486fe3772ff1b2658b3aa5..3109e8cd6eb5b76e2dde9679609899e5ec38b851 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wrapsizer.h
-// Purpose:     documentation for wxWrapSizer class
+// Purpose:     interface of wxWrapSizer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -21,8 +21,7 @@
     @library{wxcore}
     @category{winlayout}
 
-    @seealso
-    wxBoxSizer, wxSizer, @ref overview_sizeroverview "Sizer overview"
+    @see wxBoxSizer, wxSizer, @ref overview_sizeroverview "Sizer overview"
 */
 class wxWrapSizer : public wxBoxSizer
 {
@@ -45,3 +44,4 @@ public:
     bool InformFirstDirection(int direction, int size,
                               int availableOtherDir);
 };
+