fix Doxygen syntax error which prevented output for this page from being generated at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -136,7 +136,7 @@ These come in two varieties: | |||||||
|  -# Object's properties. A @em property is a value describing part of object's |  -# Object's properties. A @em property is a value describing part of object's | ||||||
|     behaviour, for example the "label" property on wxButton defines its label. |     behaviour, for example the "label" property on wxButton defines its label. | ||||||
|     In the most common form, property is a single element with text content |     In the most common form, property is a single element with text content | ||||||
|     ("<label>Cancel</label>"), but they may use nested subelements too (e.g. |     ("\<label\>Cancel\</label\>"), but they may use nested subelements too (e.g. | ||||||
|     @ref overview_xrcformat_type_font "font property"). A property can only be |     @ref overview_xrcformat_type_font "font property"). A property can only be | ||||||
|     listed once in an object's definition. |     listed once in an object's definition. | ||||||
|  -# Child objects. Window childs, sizers, sizer items or notebook pages |  -# Child objects. Window childs, sizers, sizer items or notebook pages | ||||||
| @@ -992,7 +992,7 @@ wxLC_SMALL_ICON style. | |||||||
| Report mode list controls (i.e. created with @c wxLC_REPORT style) can in | Report mode list controls (i.e. created with @c wxLC_REPORT style) can in | ||||||
| addition have one or more @ref xrc_wxlistcol child elements. | addition have one or more @ref xrc_wxlistcol child elements. | ||||||
|  |  | ||||||
| @subsubsection xrc_wxlistcol listcol | @paragraph xrc_wxlistcol listcol | ||||||
|  |  | ||||||
| The @c listcol class can only be used for wxListCtrl children. It can have the | The @c listcol class can only be used for wxListCtrl children. It can have the | ||||||
| following properties: | following properties: | ||||||
| @@ -1012,7 +1012,7 @@ The columns are appended to the control in order of their appearance and may be | |||||||
| referenced by 0-based index in the @c col attributes of subsequent @c listitem | referenced by 0-based index in the @c col attributes of subsequent @c listitem | ||||||
| objects. | objects. | ||||||
|  |  | ||||||
| @subsubsection xrc_wxlistitem listitem | @paragraph xrc_wxlistitem listitem | ||||||
|  |  | ||||||
| The @c listitem is a child object for the class @ref xrc_wxlistctrl. | The @c listitem is a child object for the class @ref xrc_wxlistctrl. | ||||||
| It can have the following properties: | It can have the following properties: | ||||||
| @@ -1051,7 +1051,7 @@ It can have the following properties: | |||||||
| @row3col{state, @ref overview_xrcformat_type_style, | @row3col{state, @ref overview_xrcformat_type_style, | ||||||
|     The item state. Can be any combination of the following values: |     The item state. Can be any combination of the following values: | ||||||
|         - @c wxLIST_STATE_FOCUSED: The item has the focus. |         - @c wxLIST_STATE_FOCUSED: The item has the focus. | ||||||
|         - @c wxLIST_STATE_SELECTED: The item is selected. |         - @c wxLIST_STATE_SELECTED: The item is selected.} | ||||||
| @row3col{text, @ref overview_xrcformat_type_string, | @row3col{text, @ref overview_xrcformat_type_string, | ||||||
|     The text label for the item. } |     The text label for the item. } | ||||||
| @row3col{textcolour, @ref overview_xrcformat_type_colour, | @row3col{textcolour, @ref overview_xrcformat_type_colour, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user