diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 16:23:16 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 16:23:16 +0000 |
commit | ac1e9f31ced461e6a999e71eb1bc50965e1a1597 (patch) | |
tree | 4eaefa2d9f053ed4c1740ec9b052b09418acb2cd /doc | |
parent | e15fc5236be4f5b091ba3a946acaad5dda1d7904 (diff) | |
download | ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.tar.gz ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.tar.bz2 ChibiOS-ac1e9f31ced461e6a999e71eb1bc50965e1a1597.zip |
Documentation cleanup, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12567 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hal/Doxyfile_chm | 2 | ||||
-rw-r--r-- | doc/hal/Doxyfile_html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/hal/Doxyfile_chm b/doc/hal/Doxyfile_chm index e2d4518d5..c734d4067 100644 --- a/doc/hal/Doxyfile_chm +++ b/doc/hal/Doxyfile_chm @@ -792,7 +792,9 @@ INPUT = ./src \ ../../os/hal/include \
../../os/hal/lib/peripherals/flash \
../../os/hal/lib/peripherals/sensors \
+ ../../os/hal/lib/streams \
../../os/hal/lib/complex/mfs \
+ ../../os/hal/lib/complex/serial_nor \
../../os/hal/templates \
../../os/hal/templates/osal
diff --git a/doc/hal/Doxyfile_html b/doc/hal/Doxyfile_html index 539ac2db7..3aa84f9c9 100644 --- a/doc/hal/Doxyfile_html +++ b/doc/hal/Doxyfile_html @@ -792,7 +792,9 @@ INPUT = ./src \ ../../os/hal/include \
../../os/hal/lib/peripherals/flash \
../../os/hal/lib/peripherals/sensors \
+ ../../os/hal/lib/streams \
../../os/hal/lib/complex/mfs \
+ ../../os/hal/lib/complex/serial_nor \
../../os/hal/templates \
../../os/hal/templates/osal
|