docs: don't use <tag> docbook elements
This commit is contained in:
@ -111,16 +111,16 @@
|
||||
* ]|
|
||||
*
|
||||
* The XML format understood by #GtkBuilder for #GMenuModel consists
|
||||
* of a toplevel <tag class="starttag">menu</tag> element, which contains
|
||||
* one or more <tag class="starttag">item</tag> elements. Each
|
||||
* <tag class="starttag">item</tag> element contains
|
||||
* <tag class="starttag">attribute</tag> and <tag class="starttag">link</tag>
|
||||
* of a toplevel `<menu>` element, which contains
|
||||
* one or more `<item>` elements. Each
|
||||
* `<item>` element contains
|
||||
* `<attribute>` and `<link>`
|
||||
* elements with a mandatory name attribute.
|
||||
* <tag class="starttag">link</tag> elements have the same content
|
||||
* model as <tag class="starttag">menu</tag>.
|
||||
* `<link>` elements have the same content
|
||||
* model as `<menu>`.
|
||||
*
|
||||
* Attribute values can be translated using gettext, like other #GtkBuilder
|
||||
* content. <tag class="starttag">attribute</tag> elements can be marked for
|
||||
* content. `<attribute>` elements can be marked for
|
||||
* translation with a <literal>translatable="yes"</literal> attribute.
|
||||
* It is also possible to specify message context and translator comments,
|
||||
* using the context and comments attributes. To make use of this, the
|
||||
|
||||
Reference in New Issue
Block a user