put something in the content field type in the tables to avoid ugly appearance of empty table cells in Doxygen-generated HTML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -607,7 +607,7 @@ No additional properties. | |||||||
|  |  | ||||||
| @beginTable | @beginTable | ||||||
| @hdr3col{property, type, description} | @hdr3col{property, type, description} | ||||||
| @row3col{content, , | @row3col{content, items, | ||||||
|      Content of the control; this property has any number of @c \<item\> XML |      Content of the control; this property has any number of @c \<item\> XML | ||||||
|      elements as its children, with the items text as their text values |      elements as its children, with the items text as their text values | ||||||
|      (default: empty).} |      (default: empty).} | ||||||
| @@ -637,7 +637,7 @@ Example: | |||||||
| @hdr3col{property, type, description} | @hdr3col{property, type, description} | ||||||
| @row3col{selection, integer, | @row3col{selection, integer, | ||||||
|      Index of the initially selected item or -1 for no selection (default: -1).} |      Index of the initially selected item or -1 for no selection (default: -1).} | ||||||
| @row3col{content, , | @row3col{content, items, | ||||||
|      Content of the control; this property has any number of @c \<item\> XML |      Content of the control; this property has any number of @c \<item\> XML | ||||||
|      elements as its children, with the items text as their text values |      elements as its children, with the items text as their text values | ||||||
|      (default: empty).} |      (default: empty).} | ||||||
| @@ -710,7 +710,7 @@ object. | |||||||
| @hdr3col{property, type, description} | @hdr3col{property, type, description} | ||||||
| @row3col{selection, integer, | @row3col{selection, integer, | ||||||
|      Index of the initially selected item or -1 for no selection (default: not used).} |      Index of the initially selected item or -1 for no selection (default: not used).} | ||||||
| @row3col{content, , | @row3col{content, items, | ||||||
|      Content of the control; this property has any number of @c \<item\> XML |      Content of the control; this property has any number of @c \<item\> XML | ||||||
|      elements as its children, with the items text as their text values |      elements as its children, with the items text as their text values | ||||||
|      (default: empty).} |      (default: empty).} | ||||||
| @@ -874,7 +874,7 @@ page. | |||||||
| @hdr3col{property, type, description} | @hdr3col{property, type, description} | ||||||
| @row3col{selection, integer, | @row3col{selection, integer, | ||||||
|      Index of the initially selected item or -1 for no selection (default: -1).} |      Index of the initially selected item or -1 for no selection (default: -1).} | ||||||
| @row3col{content, , | @row3col{content, items, | ||||||
|      Content of the control; this property has any number of @c \<item\> XML |      Content of the control; this property has any number of @c \<item\> XML | ||||||
|      elements as its children, with the items text as their text values |      elements as its children, with the items text as their text values | ||||||
|      (default: empty).} |      (default: empty).} | ||||||
| @@ -1143,7 +1143,7 @@ Each @c propertysheetpage has exactly one non-toplevel window as its child. | |||||||
|      for a two-dimensional radiobox (default: 1).} |      for a two-dimensional radiobox (default: 1).} | ||||||
| @row3col{selection, integer, | @row3col{selection, integer, | ||||||
|      Index of the initially selected item or -1 for no selection (default: -1).} |      Index of the initially selected item or -1 for no selection (default: -1).} | ||||||
| @row3col{content, , | @row3col{content, items, | ||||||
|      Content of the control; this property has any number of @c \<item\> XML |      Content of the control; this property has any number of @c \<item\> XML | ||||||
|      elements as its children, with the items text as their text values |      elements as its children, with the items text as their text values | ||||||
|      (see below; default: empty).} |      (see below; default: empty).} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user