diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-21 15:15:47 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-21 15:15:47 +0000 |
commit | 9136fe2132dd3ce6d61fe505cfff6178630fed92 (patch) | |
tree | 0f239037fb9f9b470d9d9e38ec5bbeeec9a7a7ea /LUFA/StudioIntegration/makefile | |
parent | d540e525050a48311bf3308878940766797989a8 (diff) | |
download | lufa-9136fe2132dd3ce6d61fe505cfff6178630fed92.tar.gz lufa-9136fe2132dd3ce6d61fe505cfff6178630fed92.tar.bz2 lufa-9136fe2132dd3ce6d61fe505cfff6178630fed92.zip |
Finish initial Doxygen-to-Docbook transform.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index daaa2dccd..975dd04fc 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -42,7 +42,7 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ Blob/LUFA.pkgdef MSHELP_GEN_PARAMS := --stringparam generate.toc "book toc" \ --stringparam chunk.quietly "1" \ - --stringparam chunk.section.depth "2" \ + --stringparam chunk.section.depth "3" \ --stringparam chunk.first.sections "1" all: generate_xml check_filenames generate_vsix |