diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index 0e10d9c55..53679ab70 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.0.6 +PROJECT_NUMBER = 4.0.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -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 22c5602bc..edd8132ce 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/HAL # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.0.6 +PROJECT_NUMBER = 4.0.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -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