aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nil
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 19:18:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 19:18:25 +0000
commitef61ab2e4a28aebb2a661f891cb9fa074bb38ab9 (patch)
tree7259613d7a45387f990564edb608423088044290 /doc/nil
parent787956f72ea99e5cbac58964d02f78d4212aaaf9 (diff)
downloadChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.tar.gz
ChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.tar.bz2
ChibiOS-ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9.zip
NIL documentation build works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7565 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/nil')
-rw-r--r--doc/nil/Doxyfile_html3
-rw-r--r--doc/nil/src/main.dox2
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.