docs: Move to markdown
We're removing docbook tags in favour of the markdown syntax.
This commit is contained in:
@ -624,28 +624,12 @@ parse_hsla (ClutterColor *color,
|
||||
*
|
||||
* The format of @str can be either one of:
|
||||
*
|
||||
* <itemizedlist>
|
||||
* <listitem>
|
||||
* <para>a standard name (as taken from the X11 rgb.txt file)</para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>an hexadecimal value in the form: <literal>#rgb</literal>,
|
||||
* <literal>#rrggbb</literal>, <literal>#rgba</literal> or
|
||||
* <literal>#rrggbbaa</literal></para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>a RGB color in the form: <literal>rgb(r, g, b)</literal></para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>a RGB color in the form: <literal>rgba(r, g, b, a)</literal></para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>a HSL color in the form: <literal>hsl(h, s, l)</literal></para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>a HSL color in the form: <literal>hsla(h, s, l, a)</literal></para>
|
||||
* </listitem>
|
||||
* </itemizedlist>
|
||||
* - a standard name (as taken from the X11 rgb.txt file)
|
||||
* - an hexadecimal value in the form: `#rgb`, `#rrggbb`, `#rgba`, or `#rrggbbaa`
|
||||
* - a RGB color in the form: `rgb(r, g, b)`
|
||||
* - a RGB color in the form: `rgba(r, g, b, a)`
|
||||
* - a HSL color in the form: `hsl(h, s, l)`
|
||||
* -a HSL color in the form: `hsla(h, s, l, a)`
|
||||
*
|
||||
* where 'r', 'g', 'b' and 'a' are (respectively) the red, green, blue color
|
||||
* intensities and the opacity. The 'h', 's' and 'l' are (respectively) the
|
||||
|
Reference in New Issue
Block a user