mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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,
|
||||
* NULL);
|
||||
* </programlisting></informalexample>
|
||||
* <para>Where <variablename>manager</variablename> is the
|
||||
* #ClutterLayoutManager, <variablename>container</variablename> is the
|
||||
* #ClutterContainer using the #ClutterLayoutManager and
|
||||
* <variablename>actor</variablename> is the #ClutterActor child of the
|
||||
* #ClutterContainer.</para>
|
||||
* <para>Where <varname>manager</varname> is the #ClutterLayoutManager,
|
||||
* <varname>container</varname> is the #ClutterContainer using the
|
||||
* #ClutterLayoutManager and <varname>actor</varname> is the #ClutterActor
|
||||
* child of the #ClutterContainer.</para>
|
||||
* </refsect2>
|
||||
*
|
||||
* #ClutterLayoutManager is available since Clutter 1.2
|
||||
|
Loading…
Reference in New Issue
Block a user