aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 11:19:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 11:19:35 +0000
commit380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (patch)
tree22aab283509cdf9af2c29fc1be16ce44cc3a3511 /doc
parent1ceb50bebef5072a3686f225fe1d3aff5283fbda (diff)
downloadChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.gz
ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.bz2
ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc')
-rw-r--r--doc/rt/Doxyfile_chm5
-rw-r--r--doc/rt/Doxyfile_html5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm
index 9ed9c100e..24d899e11 100644
--- a/doc/rt/Doxyfile_chm
+++ b/doc/rt/Doxyfile_chm
@@ -791,8 +791,9 @@ INPUT = ./src \
../../os/rt/src \
../../os/rt/include \
../../os/rt/templates \
- ../../os/common/oslib/src \
- ../../os/common/oslib/include
+ ../../os/lib/dox \
+ ../../os/lib/src \
+ ../../os/lib/include
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html
index 475d3e6b5..fd5608212 100644
--- a/doc/rt/Doxyfile_html
+++ b/doc/rt/Doxyfile_html
@@ -791,8 +791,9 @@ INPUT = ./src \
../../os/rt/src \
../../os/rt/include \
../../os/rt/templates \
- ../../os/common/oslib/src \
- ../../os/common/oslib/include
+ ../../os/lib/dox \
+ ../../os/lib/src \
+ ../../os/lib/include
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses