diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 09:23:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 09:23:23 +0000 |
commit | 5c6b12fbe233ddf145c54a32995d134ef1620c43 (patch) | |
tree | 2c5ab9cbc7acddaa31a4c95ba315404619710eeb | |
parent | a66c595b1417195f185836fa444312fe73c99278 (diff) | |
download | ChibiOS-5c6b12fbe233ddf145c54a32995d134ef1620c43.tar.gz ChibiOS-5c6b12fbe233ddf145c54a32995d134ef1620c43.tar.bz2 ChibiOS-5c6b12fbe233ddf145c54a32995d134ef1620c43.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7531 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | doc/rt/Doxyfile_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html index f1f65de62..5f0a2e810 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -1023,7 +1023,7 @@ GENERATE_HTMLHELP = NO # can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = ../ChibiOS_RT.chm
+CHM_FILE = ../../ChibiOS_RT.chm
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of
|