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.
# 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
# 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
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.
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
# 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
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