diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-27 10:03:02 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-27 10:03:02 +0000 |
commit | d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6 (patch) | |
tree | e3ab52893f125950bdebee24ad10fd6678e323e0 /LUFA/StudioIntegration | |
parent | 5cfa1c37c685809c7bf1e9aeb10d069cb90f49bb (diff) | |
download | lufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.tar.gz lufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.tar.bz2 lufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.zip |
Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r-- | LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt | 8 | ||||
-rw-r--r-- | LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt index 9026dd6d6..0959c99d6 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -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]"> diff --git a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css index 6a4aca015..f38718f89 100644 --- a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css +++ b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css @@ -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 {
|