mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.
This commit is contained in:
parent
5cfa1c37c6
commit
d3cee5160b
@ -285,7 +285,7 @@
|
||||
<xsl:if test="position() > 1">
|
||||
<xsl:text>,</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:text> 		</xsl:text>
|
||||
<xsl:text> 	</xsl:text>
|
||||
<emphasis role="keyword">
|
||||
<xsl:value-of select="type"/>
|
||||
</emphasis>
|
||||
@ -375,7 +375,7 @@
|
||||
|
||||
<!-- Split long macro definitions across multiple lines -->
|
||||
<xsl:if test="(string-length(initializer) > 50) or (count(param) > 0)">
|
||||
<xsl:text>\ 		</xsl:text>
|
||||
<xsl:text>\ 	</xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:value-of select="initializer"/>
|
||||
@ -739,9 +739,9 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="highlight">
|
||||
<!-- <emphasis role="{@class}"> -->
|
||||
<emphasis role="{@class}">
|
||||
<xsl:apply-templates/>
|
||||
<!-- </emphasis> -->
|
||||
</emphasis>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="sp[ancestor::codeline]">
|
||||
|
@ -10,13 +10,13 @@
|
||||
display: block;
|
||||
margin-left: 15px;
|
||||
padding: 10px;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f4f4f4;
|
||||
border: 1px solid #aaaaaa;
|
||||
font-family: "Consolas", "Courier New", sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f4f4f4;
|
||||
font-family: "Consolas", "Courier New", sans-serif;
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
margin-left: 15px;
|
||||
padding-left: 10px;
|
||||
padding-bottom: 5px;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f4f4f4;
|
||||
border: 1px solid #aaaaaa;
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ table {
|
||||
}
|
||||
|
||||
table thead * {
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
table thead th {
|
||||
|
Loading…
Reference in New Issue
Block a user