diff options
Diffstat (limited to 'docs/Doxyfile_html')
-rw-r--r-- | docs/Doxyfile_html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 73981e6dd..bbf7156a0 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/RT # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.3.3
+PROJECT_NUMBER = 2.3.5
# 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
@@ -683,6 +683,7 @@ INPUT = ../docs/src \ ../os/hal/platforms/MSP430/platform.dox \
../os/hal/platforms/SPC56x/platform.dox \
../os/hal/platforms/STM32F1xx/platform.dox \
+ ../os/hal/platforms/STM32F4xx/platform.dox \
../os/hal/platforms/STM32L1xx/platform.dox \
../os/hal/platforms/STM8L/platform.dox \
../os/hal/platforms/STM8S/platform.dox \
|