From 3edd2f7ccb1ecca032efb47d3192c4f4065e20ed Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 1 Jul 2017 16:54:16 +0000 Subject: Fixed bug #850. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10272 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/nil/Doxyfile_chm | 6 ++++-- doc/nil/Doxyfile_html | 6 ++++-- doc/rt/Doxyfile_chm | 4 +++- doc/rt/Doxyfile_html | 4 +++- 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/nil/Doxyfile_chm b/doc/nil/Doxyfile_chm index 031e5f867..828d37757 100644 --- a/doc/nil/Doxyfile_chm +++ b/doc/nil/Doxyfile_chm @@ -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 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 diff --git a/doc/rt/Doxyfile_chm b/doc/rt/Doxyfile_chm index bc45ba1c6..1ec12fca1 100644 --- a/doc/rt/Doxyfile_chm +++ b/doc/rt/Doxyfile_chm @@ -790,7 +790,9 @@ INPUT = ./src \ ../../os/rt/dox \ ../../os/rt/src \ ../../os/rt/include \ - ../../os/rt/templates + ../../os/rt/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 diff --git a/doc/rt/Doxyfile_html b/doc/rt/Doxyfile_html index bbf952ec4..e1cb9952f 100644 --- a/doc/rt/Doxyfile_html +++ b/doc/rt/Doxyfile_html @@ -790,7 +790,9 @@ INPUT = ./src \ ../../os/rt/dox \ ../../os/rt/src \ ../../os/rt/include \ - ../../os/rt/templates + ../../os/rt/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 -- cgit v1.2.3