mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
use fixed-width font for parameter names in doxygen-generated parameter lists
[SVN r33483]
This commit is contained in:
parent
570f95bbcb
commit
94f520b924
@ -750,7 +750,11 @@
|
|||||||
<xsl:sort select="attribute::name"/>
|
<xsl:sort select="attribute::name"/>
|
||||||
<xsl:if test="description">
|
<xsl:if test="description">
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><xsl:value-of select="@name"/></term>
|
<term>
|
||||||
|
<xsl:call-template name="monospaced">
|
||||||
|
<xsl:with-param name="text" select="@name"/>
|
||||||
|
</xsl:call-template>
|
||||||
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<xsl:apply-templates select="description/*"/>
|
<xsl:apply-templates select="description/*"/>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user