]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix wrong type information for {v,h}gap in XRC format docs.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 16 Sep 2013 15:15:37 +0000 (15:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 16 Sep 2013 15:15:37 +0000 (15:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/xrc_format.h

index 1355ede62cd5c919a85f41e7672e9abed68677e8..72767dce968a288965698abe88d4b040f5d0c3cb 100644 (file)
@@ -2151,8 +2151,8 @@ class-specific properties. All classes support the following properties:
 @hdr3col{property, type, description}
 @row3col{rows, integer, Number of rows in the grid (default: 0 - determine automatically).}
 @row3col{cols, integer, Number of columns in the grid (default: 0 - determine automatically).}
-@row3col{vgap, integer, Vertical gap between children (default: 0).}
-@row3col{hgap, integer, Horizontal gap between children (default: 0).}
+@row3col{vgap, @ref overview_xrcformat_type_dimension, Vertical gap between children (default: 0).}
+@row3col{hgap, @ref overview_xrcformat_type_dimension, Horizontal gap between children (default: 0).}
 @endTable
 
 @subsection overview_xrcformat_wxflexgridsizer wxFlexGridSizer
@@ -2161,8 +2161,8 @@ class-specific properties. All classes support the following properties:
 @hdr3col{property, type, description}
 @row3col{rows, integer, Number of rows in the grid (default: 0 - determine automatically).}
 @row3col{cols, integer, Number of columns in the grid (default: 0 - determine automatically).}
-@row3col{vgap, integer, Vertical gap between children (default: 0).}
-@row3col{hgap, integer, Horizontal gap between children (default: 0).}
+@row3col{vgap, @ref overview_xrcformat_type_dimension, Vertical gap between children (default: 0).}
+@row3col{hgap, @ref overview_xrcformat_type_dimension, Horizontal gap between children (default: 0).}
 @row3col{flexibledirection, @ref overview_xrcformat_type_style,
     Flexible direction, @c wxVERTICAL, @c wxHORIZONTAL or @c wxBOTH (default).
     This property is only available since wxWidgets 2.9.5.}
@@ -2185,8 +2185,8 @@ class-specific properties. All classes support the following properties:
 
 @beginTable
 @hdr3col{property, type, description}
-@row3col{vgap, integer, Vertical gap between children (default: 0).}
-@row3col{hgap, integer, Horizontal gap between children (default: 0).}
+@row3col{vgap, @ref overview_xrcformat_type_dimension, Vertical gap between children (default: 0).}
+@row3col{hgap, @ref overview_xrcformat_type_dimension, Horizontal gap between children (default: 0).}
 @row3col{flexibledirection, @ref overview_xrcformat_type_style,
     Flexible direction, @c wxVERTICAL, @c wxHORIZONTAL, @c wxBOTH (default: @c wxBOTH).}
 @row3col{nonflexiblegrowmode, @ref overview_xrcformat_type_style,