]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt
Squashed 'lib/lufa/' changes from f2bd51f4e..bbdc9ac40
[qmk_firmware.git] / LUFA / StudioIntegration / HV1 / lufa_hv1_transform.xslt
index e7e230166dc5c9f65f2e7547f7f155e2b78d1852..e7b57ab6415620c8c763e1d3564107c948841b0e 100644 (file)
@@ -1,45 +1,45 @@
-<!--\r
-             LUFA Library\r
-     Copyright (C) Dean Camera, 2017.\r
-\r
-  dean [at] fourwalledcubicle [dot] com\r
-           www.lufa-lib.org\r
--->\r
-\r
-<!-- Docbook XML to Microsoft Help Viewer 1.0 transform file -->\r
-\r
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">\r
-\r
-       <xsl:import href="../Docbook/mshelp/docbook.xsl"/>\r
-\r
-       <xsl:output method="xml" indent="no"/>\r
-\r
-       <xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">\r
-               <span class="hl-keyword" style="color: #0079C1">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">\r
-               <span class="hl-string" style="color: #800000">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'comment']">\r
-               <em class="hl-comment" style="color: #008000">\r
-                       <xsl:apply-templates/>\r
-               </em>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'preprocessor']">\r
-               <span class="hl-preprocessor" style="color: #A000A0">\r
-                       <xsl:apply-templates/>\r
-               </span>\r
-       </xsl:template>\r
-\r
-       <xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">\r
-               <xsl:apply-templates />\r
-       </xsl:template>\r
-\r
-</xsl:stylesheet>\r
+<!--
+             LUFA Library
+     Copyright (C) Dean Camera, 2017.
+
+  dean [at] fourwalledcubicle [dot] com
+           www.lufa-lib.org
+-->
+
+<!-- Docbook XML to Microsoft Help Viewer 1.0 transform file -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+       <xsl:import href="../Docbook/mshelp/docbook.xsl"/>
+
+       <xsl:output method="xml" indent="no"/>
+
+       <xsl:template match="emphasis[@role = 'keyword' or @role = 'keywordtype' or @role = 'keywordflow']">
+               <span class="hl-keyword" style="color: #0079C1">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'stringliteral' or @role = 'charliteral']">
+               <span class="hl-string" style="color: #800000">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'comment']">
+               <em class="hl-comment" style="color: #008000">
+                       <xsl:apply-templates/>
+               </em>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'preprocessor']">
+               <span class="hl-preprocessor" style="color: #A000A0">
+                       <xsl:apply-templates/>
+               </span>
+       </xsl:template>
+
+       <xsl:template match="emphasis[@role = 'normal' and ancestor::programlisting]">
+               <xsl:apply-templates />
+       </xsl:template>
+
+</xsl:stylesheet>