Skip to content

Commit 8ca7420

Browse files
committed
API Sites: Added ability to disable method examples for a single widget.
1 parent 56a476b commit 8ca7420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/jquery-xml/entries2html-base.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
</xsl:call-template>
397397
</div>
398398

399-
<xsl:if test="$widget-method-examples">
399+
<xsl:if test="$widget-method-examples and not(../@suppress-examples)">
400400
<div>
401401
<strong>Code examples:</strong>
402402

0 commit comments

Comments
 (0)