aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/hal/Doxyfile_chm2
-rw-r--r--doc/hal/Doxyfile_html2
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