Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 27 Apr 2013 10:03:02 +0000 (10:03 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 27 Apr 2013 10:03:02 +0000 (10:03 +0000)
LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt
LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css

index 9026dd6..0959c99 100644 (file)
                                                        <xsl:if test="position() > 1">
                                                                <xsl:text>,</xsl:text>
                                                        </xsl:if>
-                                                       <xsl:text>&#10;&#9;&#9;</xsl:text>
+                                                       <xsl:text>&#10;&#9;</xsl:text>
                                                        <emphasis role="keyword">
                                                                <xsl:value-of select="type"/>
                                                        </emphasis>
 
                                        <!-- Split long macro definitions across multiple lines -->
                                        <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:value-of select="initializer"/>
        </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]">
index 6a4aca0..f38718f 100644 (file)
        display: block;\r
        margin-left: 15px;\r
        padding: 10px;\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        border: 1px solid #aaaaaa;\r
        font-family: "Consolas", "Courier New", sans-serif;\r
  }\r
 \r
  code {\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        font-family: "Consolas", "Courier New", sans-serif;\r
  }\r
 \r
@@ -25,7 +25,7 @@
        margin-left: 15px;\r
        padding-left: 10px;\r
        padding-bottom: 5px;\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        border: 1px solid #aaaaaa;\r
 }\r
 \r
@@ -37,7 +37,7 @@ table {
 }\r
 \r
 table thead * {\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
 }\r
 \r
 table thead th {\r