docs: inline see_also to sections docs and add missing <variablelist>

This fixes docbook validation for the file.
This commit is contained in:
Stefan Kost
2009-07-28 11:20:22 +03:00
parent d55ff39ad0
commit ed58c1028a
2 changed files with 16 additions and 17 deletions

View File

@ -39,6 +39,22 @@
/**
* SECTION:gtktoolitem
* @short_description: The base class of widgets that can be added to GtkToolShell
* @see_also: <variablelist>
* <varlistentry>
* <term>#GtkToolbar</term>
* <listitem><para>The toolbar widget</para></listitem>
* </varlistentry>
* <varlistentry>
* <term>#GtkToolButton</term>
* <listitem><para>A subclass of #GtkToolItem that displays buttons on
* the toolbar</para></listitem>
* </varlistentry>
* <varlistentry>
* <term>#GtkSeparatorToolItem</term>
* <listitem><para>A subclass of #GtkToolItem that separates groups of
* items on a toolbar</para></listitem>
* </varlistentry>
* </variablelist>
*
* #GtkToolItem<!-- -->s are widgets that can appear on a toolbar. To
* create a toolbar item that contain something else than a button, use