Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e32a77

Browse files
committed
doc: Add support for xref to command and function elements
Discussion:https://www.postgresql.org/message-id/517abe28-8a93-5b7a-ff40-b1fd61d33b26%402ndquadrant.com
1 parentd0f5d25 commit2e32a77

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎doc/src/sgml/stylesheet-common.xsl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,15 @@
8686
<xsl:text>?</xsl:text>
8787
</xsl:template>
8888

89+
90+
<!-- Support for generating xref link text to additional elements-->
91+
92+
<xsl:templatematch="command"mode="xref-to">
93+
<xsl:apply-templatesselect="."mode="xref"/>
94+
</xsl:template>
95+
96+
<xsl:templatematch="function"mode="xref-to">
97+
<xsl:apply-templatesselect="."mode="xref"/>
98+
</xsl:template>
99+
89100
</xsl:stylesheet>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp