summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2014-12-18 20:15:10 -0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-12-19 16:33:34 +0200
commit2888e97d5ddf54eb8e90cb686df8ae1a016c0412 (patch)
tree24f36dd45efe3dd68777906d4a680d010b155509
parent0d0a62c79a65c5961db5f108fc4bff84691f8f1c (diff)
downloadwayland-2888e97d5ddf54eb8e90cb686df8ae1a016c0412.tar.gz
doc: make itemized lists from doxygen work
Not actually used currently but probably a good idea. Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--doc/publican/doxygen-to-publican.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl
index dfd47ee..a151628 100644
--- a/doc/publican/doxygen-to-publican.xsl
+++ b/doc/publican/doxygen-to-publican.xsl
@@ -103,6 +103,14 @@
<programlisting><xsl:apply-templates /></programlisting>
</xsl:template>
+<xsl:template match="itemizedlist">
+ <itemizedlist><xsl:apply-templates select="listitem" /></itemizedlist>
+</xsl:template>
+
+<xsl:template match="listitem">
+ <listitem><simpara><xsl:apply-templates /></simpara></listitem>
+</xsl:template>
+
<!-- stops cross-references in the section titles -->
<xsl:template match="briefdescription">
<xsl:value-of select="." />