diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-22 16:35:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-22 16:35:18 +0000 |
commit | 1d5b268fd98d8062f760831450b2ef022440d4c5 (patch) | |
tree | 20384480470e8b3d03e03a0b93c3b6e8bbc937f0 /LUFA/StudioIntegration/makefile | |
parent | c1ffcd8681fe14c1b4ea8f3339fcde3557b846eb (diff) | |
download | lufa-1d5b268fd98d8062f760831450b2ef022440d4c5.tar.gz lufa-1d5b268fd98d8062f760831450b2ef022440d4c5.tar.bz2 lufa-1d5b268fd98d8062f760831450b2ef022440d4c5.zip |
Fix Atmel Studio integrated help generation and branding.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 32279970f..af9563aab 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -44,7 +44,8 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.quietly "1" \ --stringparam chunk.section.depth "3" \ - --stringparam chunk.first.sections "1" + --stringparam chunk.first.sections "1" \ + --stringparam chapter.autolabel "0" all: generate_xml check_filenames generate_vsix |