Fix F1 help resolution from inside Atmel Studio 7 (thanks to Morten Olsen).
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 25 Oct 2015 03:11:54 +0000 (14:11 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 25 Oct 2015 03:11:54 +0000 (14:11 +1100)
LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt

index 2ebda6d..26c1d37 100644 (file)
@@ -4,8 +4,6 @@
 
        <xsl:output method="xml" indent="no"/>
 
-       <xsl:param name="keyword.namespace" select="'Atmel.Language.C'"/>
-
        <xsl:template name="generate.book.title">
                <xsl:text>LUFA Library</xsl:text>
        </xsl:template>
@@ -33,7 +31,7 @@
                        </xsl:call-template>
                </xsl:variable>
 
-               <indexterm id="{$keyword.namespace}.{$name}">
+               <indexterm id="{$name}">
                        <primary>
                                <xsl:value-of select="$book.title"/>
                        </primary>