diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-12 08:16:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-12 08:16:22 +0000 |
commit | a9f775ab4b3b0f3133a6ee98164e0dc4532e9ef5 (patch) | |
tree | e5df6afa36f747d919adcd9f7d300a739cab3552 /doc/rt/Doxyfile_chm | |
parent | 7cdde62864b4b1360129a096f9fcb61c27155184 (diff) | |
download | ChibiOS-a9f775ab4b3b0f3133a6ee98164e0dc4532e9ef5.tar.gz ChibiOS-a9f775ab4b3b0f3133a6ee98164e0dc4532e9ef5.tar.bz2 ChibiOS-a9f775ab4b3b0f3133a6ee98164e0dc4532e9ef5.zip |
Changed help compiler path.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8082 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt/Doxyfile_chm')
-rw-r--r-- | doc/rt/Doxyfile_chm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index 28d1e8c5a..accdc811b 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -1312,7 +1312,7 @@ CHM_FILE = ../../ChibiOS_RT.chm # The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
-HHC_LOCATION = "\"C:/Program Files/HTML Help Workshop/hhc.exe\""
+HHC_LOCATION = "\"C:/Programmi (x86)/HTML Help Workshop/hhc.exe\""
# The GENERATE_CHI flag controls if a separate .chi index file is generated (
# YES) or that it should be included in the master .chm file ( NO).
|