doc: Don't use the HTML <ul> but the DocBook equivalent

Of course, this confused gtk-doc.

(cherry picked from commit be512104784a9200a2e98a75d16a56e3897a8845)
This commit is contained in:
Damien Lespiau 2012-12-31 14:59:55 +00:00 committed by Robert Bragg
parent f1f1e876f1
commit 5c12c36c58

View File

@ -66,13 +66,14 @@
* Compared to using the #CoglMatrix api directly to track many
* related transforms, these can be some advantages to using a
* #CoglMatrixStack:
* <ul>
* <li>Faster equality comparisons of transformations</li>
* <li>Efficient comparisons of the differences between arbitrary
* transformations</li>
* <li>Avoid redundant arithmetic related to common transforms</li>
* <li>Can be more space efficient (not always though)</li>
* </ul>
* <itemizedlist>
* <listitem>Faster equality comparisons of transformations</listitem>
* <listitem>Efficient comparisons of the differences between arbitrary
* transformations</listitem>
* <listitem>Avoid redundant arithmetic related to common transforms
* </listitem>
* <listitem>Can be more space efficient (not always though)</listitem>
* </itemizedlist>
*
* For reference (to give an idea of when a #CoglMatrixStack can
* provide a space saving) a #CoglMatrix can be expected to take 72