From: lottaviano Date: Thu, 2 Jul 2009 09:46:06 +0000 (+0000) Subject: doc: Update doxyfiles and main page X-Git-Tag: 2.2.0~241 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=1285f7012e93cb360b5ab64fc68df6e4231a7b2e doc: Update doxyfiles and main page doxyfiles: add processing of STATUS; change input filter script; ignore test and wizard directories. README.bertos: add link to development status page git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2727 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index a98b7d11..03b77a39 100644 --- a/Doxyfile +++ b/Doxyfile @@ -577,7 +577,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ README.bertos \ - *.c + *.c \ + STATUS # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -654,7 +655,7 @@ IMAGE_PATH = # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = "python doc/wizard-tag-filter.py" +INPUT_FILTER = "python doc/tag-filter.py" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the diff --git a/Doxyfile-chm b/Doxyfile-chm index c74a018f..09bea145 100644 --- a/Doxyfile-chm +++ b/Doxyfile-chm @@ -38,7 +38,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = doc/reference +OUTPUT_DIRECTORY = doc/offline-reference # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -577,7 +577,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h \ README.bertos \ - *.c + *.c \ + STATUS # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -593,7 +594,9 @@ EXCLUDE = doc \ CVS \ .svn \ qtext/qextftp.cpp \ - wizard + wizard \ + testout \ + testout.old # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded @@ -652,7 +655,7 @@ IMAGE_PATH = # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = "python doc/wizard-tag-filter.py" +INPUT_FILTER = "python doc/tag-filter.py" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the diff --git a/README.bertos b/README.bertos index 7c7cfb12..65e2e532 100644 --- a/README.bertos +++ b/README.bertos @@ -74,6 +74,8 @@ The modules are sorted in subdirectories by their category: The top-level directory contains a few support headers that are meant to be usable by any C/C++ embedded or hosted application. +See the \ref dev_status page for information about the various drivers. + \section license License BeRTOS is provided under the term of the GNU General Public License