aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 10:49:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 10:49:39 +0000
commit5b03233f8d19a1257130aa5ea9bcf22f4e65df05 (patch)
treeeab4ccf15f89022d360d27c48b8d8d13ca1a0b83 /doc/hal
parentc78228082b4e5b845a9c5553ab9e52766b468ab9 (diff)
downloadChibiOS-5b03233f8d19a1257130aa5ea9bcf22f4e65df05.tar.gz
ChibiOS-5b03233f8d19a1257130aa5ea9bcf22f4e65df05.tar.bz2
ChibiOS-5b03233f8d19a1257130aa5ea9bcf22f4e65df05.zip
HAL documentation build works now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/hal')
-rw-r--r--doc/hal/Doxyfile_chm11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm
index a33b69ff6..b862b3ef3 100644
--- a/doc/hal/Doxyfile_chm
+++ b/doc/hal/Doxyfile_chm
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = ChibiOS/RT
+PROJECT_NAME = ChibiOS/HAL
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -644,11 +644,10 @@ WARN_LOGFILE =
# with spaces.
INPUT = ./src \
- ../../os/rt/dox \
- ../../os/rt/src \
- ../../os/rt/include \
- ../../os/rt/templates \
- ../../test/rt
+ ../../os/hal/dox \
+ ../../os/hal/src \
+ ../../os/hal/include \
+ ../../os/hal/templates
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is