mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-21 16:50:43 +01:00
man/nm-settings-dbus: include deprecation description, if present
This commit is contained in:
parent
12e5b944f6
commit
bc09568eb1
1 changed files with 3 additions and 1 deletions
|
|
@ -162,7 +162,9 @@
|
|||
<entry align="left"><xsl:attribute name="id">nm-settings-dbus.property.<xsl:value-of select="../@name"/>.<xsl:value-of select="@name"/></xsl:attribute><xsl:value-of select="@name"/></entry>
|
||||
<entry align="left"><xsl:value-of select="@type"/></entry>
|
||||
<entry align="left"><xsl:value-of select="@default"/></entry>
|
||||
<entry><xsl:apply-templates select="description"/></entry>
|
||||
<entry><xsl:apply-templates select="description"/><xsl:if test="deprecated">
|
||||
|
||||
This property is deprecated since version <xsl:value-of select="deprecated/@since"/>.<xsl:value-of select="deprecated"/></xsl:if></entry>
|
||||
</row>
|
||||
</xsl:template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue