mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Add support for xref to command and function elements
Discussion: https://www.postgresql.org/message-id/517abe28-8a93-5b7a-ff40-b1fd61d33b26%402ndquadrant.com
This commit is contained in:
@ -86,4 +86,15 @@
|
|||||||
<xsl:text>?</xsl:text>
|
<xsl:text>?</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Support for generating xref link text to additional elements -->
|
||||||
|
|
||||||
|
<xsl:template match="command" mode="xref-to">
|
||||||
|
<xsl:apply-templates select="." mode="xref"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="function" mode="xref-to">
|
||||||
|
<xsl:apply-templates select="." mode="xref"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Reference in New Issue
Block a user