diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nil/Doxyfile_html | 3 | ||||
-rw-r--r-- | doc/nil/src/main.dox | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/nil/Doxyfile_html b/doc/nil/Doxyfile_html index 78db3865a..f4cc2b442 100644 --- a/doc/nil/Doxyfile_html +++ b/doc/nil/Doxyfile_html @@ -361,7 +361,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@@ -644,6 +644,7 @@ WARN_LOGFILE = # with spaces.
INPUT = ./src \
+ ../../os/nil/dox \
../../os/nil/src \
../../os/nil/include \
../../os/nil/templates
diff --git a/doc/nil/src/main.dox b/doc/nil/src/main.dox index 4a3a3fae6..3ce29ecaa 100644 --- a/doc/nil/src/main.dox +++ b/doc/nil/src/main.dox @@ -35,7 +35,7 @@ * - Easily portable.
* - Preemptive scheduling.
* - Each thread has its own priority level.
- * - Offers tasks, task queues, semaphores, event flags, timeouts.
+ * - Offers tasks, time, semaphores, event flags, timeouts.
* - Fully static.
* - Minimal system requirements: about 700 bytes ROM with all options enabled.
* - Almost totally written in C with little ASM code required for ports.
|