diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-21 16:05:11 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-21 16:05:11 +0000 |
commit | 083b5cb1438d16e55c9b1fc6cf2f5f9a90ee236d (patch) | |
tree | 008d71e40396c17421531dd7e41ea9f7f83bf93c /LUFA/StudioIntegration/makefile | |
parent | 3c5acb4d2c2acf742cbf93f5673b99752d5f204c (diff) | |
download | lufa-083b5cb1438d16e55c9b1fc6cf2f5f9a90ee236d.tar.gz lufa-083b5cb1438d16e55c9b1fc6cf2f5f9a90ee236d.tar.bz2 lufa-083b5cb1438d16e55c9b1fc6cf2f5f9a90ee236d.zip |
Add missing indexterm entries to the Atmel Studio help transform.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 975dd04fc..32279970f 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -40,6 +40,7 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ Blob/Atmel.Studio.Services.Interfaces.dll \ Blob/LUFA.dll \ Blob/LUFA.pkgdef + MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.quietly "1" \ --stringparam chunk.section.depth "3" \ |