doc: Update doxyfiles and main page
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 2 Jul 2009 09:46:06 +0000 (09:46 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 2 Jul 2009 09:46:06 +0000 (09:46 +0000)
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

Doxyfile
Doxyfile-chm
README.bertos

index a98b7d119c4cf79fcb3a99463af1a1bda0a65205..03b77a392ad524b3cfddc068f9425d1158f7ffec 100644 (file)
--- 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 
index c74a018f2e92da21e3f41586e539dd2ae305bc50..09bea1451196ef5b8d3eb237094575d27f2ef5d6 100644 (file)
@@ -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 
index 7c7cfb122126f275737767c7cadcfa92ac188b79..65e2e532f2025fb3d67e48dada1857919aca95da 100644 (file)
@@ -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