File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<!-- Set this to true to display links to /category/version/{version} -->
5
5
<xsl : variable name =" version-category-links" select =" false()" />
6
+ <!-- Set this to false to prevent prefixing method names with a dot -->
7
+ <xsl : variable name =" method-prefix-dot" select =" true()" />
6
8
7
9
<xsl : template match =" /" >
8
10
<script >{
133
135
<xsl : for-each select =" signature[1]" >
134
136
<xsl : call-template name =" method-signature" >
135
137
<xsl : with-param name =" method-name" select =" $entry-name" />
136
- <xsl : with-param name =" dot" select =" true() " />
138
+ <xsl : with-param name =" dot" select =" $method-prefix-dot " />
137
139
</xsl : call-template >
138
140
</xsl : for-each >
139
141
</a >
143
145
<li >
144
146
<xsl : call-template name =" method-signature" >
145
147
<xsl : with-param name =" method-name" select =" $entry-name" />
146
- <xsl : with-param name =" dot" select =" true() " />
148
+ <xsl : with-param name =" dot" select =" $method-prefix-dot " />
147
149
</xsl : call-template >
148
150
</li >
149
151
</xsl : for-each >
162
164
<xsl : for-each select =" signature[1]" >
163
165
<xsl : call-template name =" method-signature" >
164
166
<xsl : with-param name =" method-name" select =" $entry-name" />
165
- <xsl : with-param name =" dot" select =" true() " />
167
+ <xsl : with-param name =" dot" select =" $method-prefix-dot " />
166
168
</xsl : call-template >
167
169
</xsl : for-each >
168
170
</span >
274
276
</xsl : if >
275
277
<xsl : call-template name =" method-signature" >
276
278
<xsl : with-param name =" method-name" select =" $entry-name" />
277
- <xsl : with-param name =" dot" select =" true() " />
279
+ <xsl : with-param name =" dot" select =" $method-prefix-dot " />
278
280
</xsl : call-template >
279
281
</h4 >
280
282
You can’t perform that action at this time.
0 commit comments