diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-01-29 14:37:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-01-29 14:37:07 +0000 |
commit | 41bdde6a69b549f18787a59c0dc4538a936d8ff7 (patch) | |
tree | f119895d5b4150f0484287a94f5559475beb2f66 /doc | |
parent | 31ab758fff356667d5ac72af4e9c7d142ab531c8 (diff) | |
download | ChibiOS-41bdde6a69b549f18787a59c0dc4538a936d8ff7.tar.gz ChibiOS-41bdde6a69b549f18787a59c0dc4538a936d8ff7.tar.bz2 ChibiOS-41bdde6a69b549f18787a59c0dc4538a936d8ff7.zip |
Fixed path.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10067 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index cf7ae25bc..dd8a9ec5f 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -791,7 +791,7 @@ INPUT = ./src \ ../../os/hal/src \
../../os/hal/include \
../../os/hal/templates \
- ../../os/hal/templates\osal
+ ../../os/hal/templates/osal
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 14e5cfc3a..c47908ffb 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -791,7 +791,7 @@ INPUT = ./src \ ../../os/hal/src \
../../os/hal/include \
../../os/hal/templates \
- ../../os/hal/templates\osal
+ ../../os/hal/templates/osal
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|