mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
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.
This commit is contained in:
parent
f2974c1115
commit
dd534a1fde
1 changed files with 8 additions and 20 deletions
|
|
@ -45,9 +45,7 @@
|
||||||
<xsl:apply-templates select="parameternamelist/parametername"/>
|
<xsl:apply-templates select="parameternamelist/parametername"/>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<xsl:apply-templates select="parameterdescription"/>
|
||||||
<xsl:apply-templates select="parameterdescription/para"/>
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
@ -69,32 +67,22 @@
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Returns:</term>
|
<term>Returns:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<xsl:apply-templates />
|
||||||
<xsl:apply-templates />
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="simplesect[@kind='see']">
|
<xsl:template match="simplesect[@kind='see']">
|
||||||
<itemizedlist>
|
<para>
|
||||||
<listitem>
|
See also: <xsl:apply-templates />
|
||||||
<para>
|
</para>
|
||||||
See also: <xsl:apply-templates />
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="simplesect[@kind='since']">
|
<xsl:template match="simplesect[@kind='since']">
|
||||||
<itemizedlist>
|
<para>
|
||||||
<listitem>
|
Since: <xsl:apply-templates />
|
||||||
<para>
|
</para>
|
||||||
Since: <xsl:apply-templates />
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="simplesect[@kind='note']">
|
<xsl:template match="simplesect[@kind='note']">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue