Skip to content

Commit 6ea9478

Browse files
committed
Mark generated topics with @outputclass="generated".
1 parent 4fd9a82 commit 6ea9478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/extension-points.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<xsl:template name="all">
2020
<xsl:comment> Generated from plugin source, do not edit! </xsl:comment>
2121
<reference id="all-extension-points">
22-
<title id="title">All DITA-OT extension points</title>
22+
<title id="title" outputclass="generated">All DITA-OT extension points</title>
2323
<titlealts>
2424
<navtitle>All extension points</navtitle>
2525
</titlealts>
@@ -47,7 +47,7 @@
4747
doctype-system="reference.dtd">
4848
<xsl:comment> Generated from plugin source, do not edit! </xsl:comment>
4949
<reference id="{$id}-extension-points">
50-
<title>
50+
<title outputclass="generated">
5151
<xsl:value-of select="@id"/>
5252
<xsl:text> extension points</xsl:text>
5353
</title>

resources/params.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<xsl:template name="all">
2020
<xsl:comment> Generated from plugin source, do not edit! </xsl:comment>
2121
<reference id="parameters">
22-
<title>DITA-OT parameters</title>
22+
<title outputclass="generated">DITA-OT parameters</title>
2323
<reference id="all">
2424
<title>All DITA-OT parameters</title>
2525
<refbody>
@@ -56,7 +56,7 @@
5656
doctype-system="reference.dtd">
5757
<xsl:comment> Generated from plugin source, do not edit! </xsl:comment>
5858
<reference id="{$id}">
59-
<title>
59+
<title outputclass="generated">
6060
<xsl:value-of select="current-group()[1]/@desc"/>
6161
<xsl:text> parameters</xsl:text>
6262
</title>

0 commit comments

Comments
 (0)