diff options
Diffstat (limited to 'doc/hal')
-rw-r--r-- | doc/hal/Doxyfile_chm | 3 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index 6ca8a301b..85e6e877e 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 = 6.0.0
+PROJECT_NUMBER = 6.0.1
# 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
@@ -792,6 +792,7 @@ INPUT = ./src \ ../../os/hal/include \
../../os/hal/lib/peripherals/flash \
../../os/hal/lib/peripherals/sensors \
+ ../../os/hal/lib/complex/mfs \
../../os/hal/templates \
../../os/hal/templates/osal
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 961171e13..26f296ba8 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 = 6.0.0
+PROJECT_NUMBER = 6.0.1
# 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
@@ -792,6 +792,7 @@ INPUT = ./src \ ../../os/hal/include \
../../os/hal/lib/peripherals/flash \
../../os/hal/lib/peripherals/sensors \
+ ../../os/hal/lib/complex/mfs \
../../os/hal/templates \
../../os/hal/templates/osal
|