docs: Fix docbook syntax
The <variablename> tag is really called <varname> in DocBook.
This commit is contained in:
parent
3c08c411d2
commit
fc7bbf1abf
@ -101,11 +101,10 @@
|
|||||||
* "actor", actor,
|
* "actor", actor,
|
||||||
* NULL);
|
* NULL);
|
||||||
* </programlisting></informalexample>
|
* </programlisting></informalexample>
|
||||||
* <para>Where <variablename>manager</variablename> is the
|
* <para>Where <varname>manager</varname> is the #ClutterLayoutManager,
|
||||||
* #ClutterLayoutManager, <variablename>container</variablename> is the
|
* <varname>container</varname> is the #ClutterContainer using the
|
||||||
* #ClutterContainer using the #ClutterLayoutManager and
|
* #ClutterLayoutManager and <varname>actor</varname> is the #ClutterActor
|
||||||
* <variablename>actor</variablename> is the #ClutterActor child of the
|
* child of the #ClutterContainer.</para>
|
||||||
* #ClutterContainer.</para>
|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
* #ClutterLayoutManager is available since Clutter 1.2
|
* #ClutterLayoutManager is available since Clutter 1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user