Commit 2e32a771 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Add support for xref to command and function elements

Discussion: https://www.postgresql.org/message-id/517abe28-8a93-5b7a-ff40-b1fd61d33b26%402ndquadrant.com
parent d0f5d25b
......@@ -86,4 +86,15 @@
<xsl:text>?</xsl:text>
</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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment