diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:20:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-20 15:20:43 +0000 |
commit | 5397ae347acc6d302b68bbdc10ec2d9e70892513 (patch) | |
tree | 8fbe8d3330f7abdc4395a4ca662abacf1be263b0 /doc | |
parent | b7f28ff2e5ceab65f726e64d7fbc082eec624765 (diff) | |
download | ChibiOS-5397ae347acc6d302b68bbdc10ec2d9e70892513.tar.gz ChibiOS-5397ae347acc6d302b68bbdc10ec2d9e70892513.tar.bz2 ChibiOS-5397ae347acc6d302b68bbdc10ec2d9e70892513.zip |
Renames for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12564 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nil/Doxyfile_chm | 6 | ||||
-rw-r--r-- | doc/nil/Doxyfile_html | 6 | ||||
-rw-r--r-- | doc/rt/Doxyfile_chm | 6 | ||||
-rw-r--r-- | doc/rt/Doxyfile_html | 6 |
4 files changed, 12 insertions, 12 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
diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index 413f3b19e..066a5a19a 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -792,9 +792,9 @@ INPUT = ./src \ ../../os/rt/src \
../../os/rt/include \
../../os/rt/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/rt/Doxyfile_html b/doc/rt/Doxyfile_html index 409c03be0..d746085fb 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -792,9 +792,9 @@ INPUT = ./src \ ../../os/rt/src \
../../os/rt/include \
../../os/rt/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
|