diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:54:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:54:03 +0000 |
commit | 9e7ae25e49648f92a7ef092b9ec39cec8db121ac (patch) | |
tree | 56508e69a09577b9eba1392da23edd70540b48eb /doc/rt/Doxyfile_chm | |
parent | 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (diff) | |
download | ChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.tar.gz ChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.tar.bz2 ChibiOS-9e7ae25e49648f92a7ef092b9ec39cec8db121ac.zip |
Documentation-related improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11989 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc/rt/Doxyfile_chm')
-rw-r--r-- | doc/rt/Doxyfile_chm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index 24d899e11..413f3b19e 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -787,6 +787,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched.
INPUT = ./src \
+ ../../os/license \
../../os/rt/dox \
../../os/rt/src \
../../os/rt/include \
|