aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2014-11-11 18:42:58 -0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-11-25 16:25:22 +0200
commitdd534a1fde4ffcb76be10810963832aea5f95a25 (patch)
treeb5fb7724e0e911047457959b995470ea6f3d1929 /doc
parentdoc: Don't print dash if doxygen brief description missing (diff)
downloadwayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar.gz
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar.bz2
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar.lz
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar.xz
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.tar.zst
wayland-dd534a1fde4ffcb76be10810963832aea5f95a25.zip
doc: removed some unnecessary nested listing from doxygen output
This makes the lists of parameters slightly smaller and removes some bullets from see-also and since.
Diffstat (limited to 'doc')
-rw-r--r--doc/publican/doxygen-to-publican.xsl28
1 files changed, 8 insertions, 20 deletions
diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl
index 461cf3e..d8f3289 100644
--- a/doc/publican/doxygen-to-publican.xsl
+++ b/doc/publican/doxygen-to-publican.xsl
@@ -45,9 +45,7 @@
<xsl:apply-templates select="parameternamelist/parametername"/>
</term>
<listitem>
- <para>
- <xsl:apply-templates select="parameterdescription/para"/>
- </para>
+ <xsl:apply-templates select="parameterdescription"/>
</listitem>
</varlistentry>
</xsl:template>
@@ -69,32 +67,22 @@
<varlistentry>
<term>Returns:</term>
<listitem>
- <para>
- <xsl:apply-templates />
- </para>
+ <xsl:apply-templates />
</listitem>
</varlistentry>
</variablelist>
</xsl:template>
<xsl:template match="simplesect[@kind='see']">
- <itemizedlist>
- <listitem>
- <para>
- See also: <xsl:apply-templates />
- </para>
- </listitem>
- </itemizedlist>
+ <para>
+ See also: <xsl:apply-templates />
+ </para>
</xsl:template>
<xsl:template match="simplesect[@kind='since']">
- <itemizedlist>
- <listitem>
- <para>
- Since: <xsl:apply-templates />
- </para>
- </listitem>
- </itemizedlist>
+ <para>
+ Since: <xsl:apply-templates />
+ </para>
</xsl:template>
<xsl:template match="simplesect[@kind='note']">