Fixed path.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@10068 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-01-29 14:37:18 +00:00
parent 7812095354
commit fc013e06c0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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