[cogl/wip/cogl-1.14: 142/177] doc: Don't use the HTML <ul> but the DocBook equivalent
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-1.14: 142/177] doc: Don't use the HTML <ul> but the DocBook equivalent
- Date: Mon, 21 Jan 2013 15:56:52 +0000 (UTC)
commit 5454a85347826d62eaa3208275360a5522b5d7d1
Author: Damien Lespiau <damien lespiau intel com>
Date: Mon Dec 31 14:59:55 2012 +0000
doc: Don't use the HTML <ul> but the DocBook equivalent
Of course, this confused gtk-doc.
(cherry picked from commit be512104784a9200a2e98a75d16a56e3897a8845)
cogl/cogl-matrix-stack.h | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/cogl/cogl-matrix-stack.h b/cogl/cogl-matrix-stack.h
index 1f70bd0..0ba8195 100644
--- a/cogl/cogl-matrix-stack.h
+++ b/cogl/cogl-matrix-stack.h
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]