mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -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"/>
|
||||
</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']">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue