docs: Escape the XML tags in the Widget class description
While gtk-doc doesn't care, this isn't really valid Markdown as the GtkBuilder custom XML tags will be considered valid markup and embedded as they are, breaking the HTML output.
This commit is contained in:
@ -45,12 +45,13 @@
|
||||
* # GtkTreeStore as GtkBuildable
|
||||
*
|
||||
* The GtkTreeStore implementation of the #GtkBuildable interface allows
|
||||
* to specify the model columns with a <columns> element that may contain
|
||||
* multiple <column> elements, each specifying one model column. The “type”
|
||||
* to specify the model columns with a `<columns>` element that may contain
|
||||
* multiple `<column>` elements, each specifying one model column. The “type”
|
||||
* attribute specifies the data type for the column.
|
||||
*
|
||||
* An example of a UI Definition fragment for a tree store:
|
||||
* |[
|
||||
*
|
||||
* |[<!-- language="xml" -->
|
||||
* <object class="GtkTreeStore">
|
||||
* <columns>
|
||||
* <column type="gchararray"/>
|
||||
|
||||
Reference in New Issue
Block a user