aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nil/Doxyfile_html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nil/Doxyfile_html')
-rw-r--r--doc/nil/Doxyfile_html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html
index a19efd4d3..6fbc345ec 100644
--- a/doc/nil/Doxyfile_html
+++ b/doc/nil/Doxyfile_html
@@ -38,7 +38,7 @@ PROJECT_NAME = ChibiOS/NIL
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.1.0
+PROJECT_NUMBER = 2.0.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -790,7 +790,9 @@ INPUT = ./src \
../../os/nil/dox \
../../os/nil/src \
../../os/nil/include \
- ../../os/nil/templates
+ ../../os/nil/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