aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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