diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-25 14:11:54 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-10-25 14:11:54 +1100 |
commit | 903fa4a500278286742950fd177d1784e4d85310 (patch) | |
tree | e6dc482b094bc517dd5ba57ddd282d81a627e00d | |
parent | 8a483fde0b0fde6787ab339fa702db8fe600e5b6 (diff) | |
download | lufa-903fa4a500278286742950fd177d1784e4d85310.tar.gz lufa-903fa4a500278286742950fd177d1784e4d85310.tar.bz2 lufa-903fa4a500278286742950fd177d1784e4d85310.zip |
Fix F1 help resolution from inside Atmel Studio 7 (thanks to Morten Olsen).
-rw-r--r-- | LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt index 2ebda6d5d..26c1d378e 100644 --- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt +++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt @@ -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> |