aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-01 16:54:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-01 16:54:16 +0000
commit3edd2f7ccb1ecca032efb47d3192c4f4065e20ed (patch)
tree54d09f713e649371a71e4cb5c588446ef2419f0c /doc/rt
parente46a8db1dffd3bc20495c6959381d063028ecf5e (diff)
downloadChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.tar.gz
ChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.tar.bz2
ChibiOS-3edd2f7ccb1ecca032efb47d3192c4f4065e20ed.zip
Fixed bug #850.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10272 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt')
-rw-r--r--doc/rt/Doxyfile_chm4
-rw-r--r--doc/rt/Doxyfile_html4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm
index bc45ba1c6..1ec12fca1 100644
--- a/doc/rt/Doxyfile_chm
+++ b/doc/rt/Doxyfile_chm
@@ -790,7 +790,9 @@ INPUT = ./src \
../../os/rt/dox \
../../os/rt/src \
../../os/rt/include \
- ../../os/rt/templates
+ ../../os/rt/templates \
+ ../../os/common/oslib/src \
+ ../../os/common/oslib/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 bbf952ec4..e1cb9952f 100644
--- a/doc/rt/Doxyfile_html
+++ b/doc/rt/Doxyfile_html
@@ -790,7 +790,9 @@ INPUT = ./src \
../../os/rt/dox \
../../os/rt/src \
../../os/rt/include \
- ../../os/rt/templates
+ ../../os/rt/templates \
+ ../../os/common/oslib/src \
+ ../../os/common/oslib/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