docs: Close a tag
This commit is contained in:
parent
556c938b4d
commit
08308fd397
@ -631,6 +631,7 @@ parse_hsla (ClutterColor *color,
|
|||||||
* The @color is not allocated.
|
* The @color is not allocated.
|
||||||
*
|
*
|
||||||
* The format of @str can be either one of:
|
* The format of @str can be either one of:
|
||||||
|
*
|
||||||
* <itemizedlist>
|
* <itemizedlist>
|
||||||
* <listitem><para>a standard name (taken from the X11 rgb.txt
|
* <listitem><para>a standard name (taken from the X11 rgb.txt
|
||||||
* file");</para></listitem>
|
* file");</para></listitem>
|
||||||
@ -639,6 +640,7 @@ parse_hsla (ClutterColor *color,
|
|||||||
* <listitem><para>a RGB color in the form 'rgb(r, g, b)';</para></listitem>
|
* <listitem><para>a RGB color in the form 'rgb(r, g, b)';</para></listitem>
|
||||||
* <listitem><para>a RGBA color in the form 'rgba(r, g, b,
|
* <listitem><para>a RGBA color in the form 'rgba(r, g, b,
|
||||||
* a)';</para></listitem>
|
* a)';</para></listitem>
|
||||||
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
* where 'r', 'g', 'b' and 'a' are (respectively) the red, green, blue and
|
* where 'r', 'g', 'b' and 'a' are (respectively) the red, green, blue and
|
||||||
* alpha color values.
|
* alpha color values.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user