diff options
Diffstat (limited to 'doc/nil')
-rw-r--r-- | doc/nil/Doxyfile_chm | 6 | ||||
-rw-r--r-- | doc/nil/Doxyfile_html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index 4375bea26..a0faca17d 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -791,9 +791,9 @@ INPUT = ./src \ ../../os/nil/src \
../../os/nil/include \
../../os/nil/templates \
- ../../os/lib/dox \
- ../../os/lib/src \
- ../../os/lib/include
+ ../../os/oslib/dox \
+ ../../os/oslib/src \
+ ../../os/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/nil/Doxyfile_html b/doc/nil/Doxyfile_html index 4b7d0144a..c80e46339 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -791,9 +791,9 @@ INPUT = ./src \ ../../os/nil/src \
../../os/nil/include \
../../os/nil/templates \
- ../../os/lib/dox \
- ../../os/lib/src \
- ../../os/lib/include
+ ../../os/oslib/dox \
+ ../../os/oslib/src \
+ ../../os/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
|