Docs: Remove all entities and turn off sgml mode

With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well.
This commit is contained in:
Matthias Clasen
2014-02-09 17:24:06 -05:00
parent ab0574a88b
commit 7f6a964c47
86 changed files with 451 additions and 486 deletions

View File

@ -44,9 +44,9 @@
* # 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” attribute specifies the data type for the column.
* 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:
* |[