Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.

pull/1469/head
Dean Camera 12 years ago
parent 5cfa1c37c6
commit d3cee5160b

@ -285,7 +285,7 @@
<xsl:if test="position() > 1"> <xsl:if test="position() > 1">
<xsl:text>,</xsl:text> <xsl:text>,</xsl:text>
</xsl:if> </xsl:if>
<xsl:text>&#10;&#9;&#9;</xsl:text> <xsl:text>&#10;&#9;</xsl:text>
<emphasis role="keyword"> <emphasis role="keyword">
<xsl:value-of select="type"/> <xsl:value-of select="type"/>
</emphasis> </emphasis>
@ -375,7 +375,7 @@
<!-- Split long macro definitions across multiple lines --> <!-- Split long macro definitions across multiple lines -->
<xsl:if test="(string-length(initializer) > 50) or (count(param) > 0)"> <xsl:if test="(string-length(initializer) > 50) or (count(param) > 0)">
<xsl:text>\&#10;&#09;&#9;</xsl:text> <xsl:text>\&#10;&#9;</xsl:text>
</xsl:if> </xsl:if>
<xsl:value-of select="initializer"/> <xsl:value-of select="initializer"/>
@ -739,9 +739,9 @@
</xsl:template> </xsl:template>
<xsl:template match="highlight"> <xsl:template match="highlight">
<!-- <emphasis role="{@class}"> --> <emphasis role="{@class}">
<xsl:apply-templates/> <xsl:apply-templates/>
<!-- </emphasis> --> </emphasis>
</xsl:template> </xsl:template>
<xsl:template match="sp[ancestor::codeline]"> <xsl:template match="sp[ancestor::codeline]">

@ -10,13 +10,13 @@
display: block; display: block;
margin-left: 15px; margin-left: 15px;
padding: 10px; padding: 10px;
background-color: #f0f0f0; background-color: #f4f4f4;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
font-family: "Consolas", "Courier New", sans-serif; font-family: "Consolas", "Courier New", sans-serif;
} }
code { code {
background-color: #f0f0f0; background-color: #f4f4f4;
font-family: "Consolas", "Courier New", sans-serif; font-family: "Consolas", "Courier New", sans-serif;
} }
@ -25,7 +25,7 @@
margin-left: 15px; margin-left: 15px;
padding-left: 10px; padding-left: 10px;
padding-bottom: 5px; padding-bottom: 5px;
background-color: #f0f0f0; background-color: #f4f4f4;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
} }
@ -37,7 +37,7 @@ table {
} }
table thead * { table thead * {
background-color: #f0f0f0; background-color: #f4f4f4;
} }
table thead th { table thead th {

Loading…
Cancel
Save