diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 19:18:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-08 19:18:25 +0000 |
commit | ef61ab2e4a28aebb2a661f891cb9fa074bb38ab9 (patch) | |
tree | 7259613d7a45387f990564edb608423088044290 /doc/nil/Doxyfile_html | |
parent | 787956f72ea99e5cbac58964d02f78d4212aaaf9 (diff) | |
download | ChibiOS-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/Doxyfile_html')
-rw-r--r-- | doc/nil/Doxyfile_html | 3 |
1 files changed, 2 insertions, 1 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
|