mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
f1f1e876f1
commit
5c12c36c58
@ -66,13 +66,14 @@
|
|||||||
* Compared to using the #CoglMatrix api directly to track many
|
* Compared to using the #CoglMatrix api directly to track many
|
||||||
* related transforms, these can be some advantages to using a
|
* related transforms, these can be some advantages to using a
|
||||||
* #CoglMatrixStack:
|
* #CoglMatrixStack:
|
||||||
* <ul>
|
* <itemizedlist>
|
||||||
* <li>Faster equality comparisons of transformations</li>
|
* <listitem>Faster equality comparisons of transformations</listitem>
|
||||||
* <li>Efficient comparisons of the differences between arbitrary
|
* <listitem>Efficient comparisons of the differences between arbitrary
|
||||||
* transformations</li>
|
* transformations</listitem>
|
||||||
* <li>Avoid redundant arithmetic related to common transforms</li>
|
* <listitem>Avoid redundant arithmetic related to common transforms
|
||||||
* <li>Can be more space efficient (not always though)</li>
|
* </listitem>
|
||||||
* </ul>
|
* <listitem>Can be more space efficient (not always though)</listitem>
|
||||||
|
* </itemizedlist>
|
||||||
*
|
*
|
||||||
* For reference (to give an idea of when a #CoglMatrixStack can
|
* For reference (to give an idea of when a #CoglMatrixStack can
|
||||||
* provide a space saving) a #CoglMatrix can be expected to take 72
|
* provide a space saving) a #CoglMatrix can be expected to take 72
|
||||||
|
Loading…
Reference in New Issue
Block a user