We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a4931 commit b0f6543Copy full SHA for b0f6543
preprocess.xsl
@@ -35,8 +35,9 @@
35
</xsl:template>
36
37
<!-- remove useless UI elements-->
38
- <xsl:template match="//div[@class='noprint']"/>
39
- <xsl:template match="//span[@class='noprint']"/>
+ <xsl:template match="//*[contains(@class, 'noprint ')]"/>
+ <xsl:template match="//*[contains(@class, ' noprint')]"/>
40
+ <xsl:template match="//*[@class='noprint']"/>
41
42
<!-- remove 'See also' links between C and C++ parts of the documentation -->
43
<xsl:template match="
0 commit comments