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:
parent
7812095354
commit
fc013e06c0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue