Not actually used currently but probably a good idea.
---
 doc/publican/doxygen-to-publican.xsl |    8 ++++++++
 1 file changed, 8 insertions(+)

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="." />
-- 
1.7.9.5

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to