We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b84ce commit 396a31fCopy full SHA for 396a31f
1 file changed
src/docbuild/config/xml/data/convert-v6-to-v7.xsl
@@ -191,6 +191,13 @@
191
192
<xsl:template match="docset/@schemaversion" />
193
194
+ <xsl:template match="docset/overridedesc">
195
+ <descriptions>
196
+ <xsl:copy-of select="@*"/>
197
+ <xsl:apply-templates/>
198
+ </descriptions>
199
+ </xsl:template>
200
+
201
<xsl:template match="docset/builddocs">
202
<resources>
203
<xsl:apply-templates/>
0 commit comments