diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-04 12:08:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-04 12:08:34 +0000 |
commit | 24157d68e4fa7bd3a1c9ba31abe4da276e7a7326 (patch) | |
tree | 04a3670eb98fd44570926bd117a09261d284d4d6 /doc | |
parent | 6b2c62e9a349131f93dc31aca8c778ea426f13ee (diff) | |
download | ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.gz ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.tar.bz2 ChibiOS-24157d68e4fa7bd3a1c9ba31abe4da276e7a7326.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc')
-rw-r--r-- | doc/full_rm/Doxyfile_html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/full_rm/Doxyfile_html b/doc/full_rm/Doxyfile_html index c09e4b964..b0cf27fd0 100644 --- a/doc/full_rm/Doxyfile_html +++ b/doc/full_rm/Doxyfile_html @@ -799,6 +799,7 @@ INPUT = ./src \ ../../os/lib/dox \
../../os/lib/src \
../../os/lib/include \
+ ../../os/common/ports/templates \
../../os/hal/dox \
../../os/hal/src \
../../os/hal/include \
|