We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29eabe commit 90bc4b5Copy full SHA for 90bc4b5
templates/html/method.xsl
@@ -21,7 +21,7 @@
21
<xsl:template match="/">
22
<html lang="en">
23
<xsl:call-template name="head">
24
- <xsl:with-param name="title" select="'Test Method'" />
+ <xsl:with-param name="title" select="concat($unit/@full, '::', $methodName)" />
25
</xsl:call-template>
26
<body>
27
<xsl:call-template name="nav" />
0 commit comments