|
@@ -60,7 +60,7 @@ PROJECT_BRIEF = "An open source embedded real-time operating system"
|
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
|
# the logo to the output directory.
|
|
# the logo to the output directory.
|
|
|
|
|
|
-PROJECT_LOGO = ./rtthread_logo.png
|
|
|
|
|
|
+PROJECT_LOGO = ./images/rtthread_logo.png
|
|
|
|
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
|
# into which the generated documentation will be written. If a relative path is
|
|
# into which the generated documentation will be written. If a relative path is
|
|
@@ -128,7 +128,7 @@ BRIEF_MEMBER_DESC = NO
|
|
# brief descriptions will be completely suppressed.
|
|
# brief descriptions will be completely suppressed.
|
|
# The default value is: YES.
|
|
# The default value is: YES.
|
|
|
|
|
|
-REPEAT_BRIEF = NO
|
|
|
|
|
|
+REPEAT_BRIEF = YES
|
|
|
|
|
|
# This tag implements a quasi-intelligent brief description abbreviator that is
|
|
# This tag implements a quasi-intelligent brief description abbreviator that is
|
|
# used to form the text in various listings. Each string in this list, if found
|
|
# used to form the text in various listings. Each string in this list, if found
|
|
@@ -156,7 +156,7 @@ ABBREVIATE_BRIEF = "The $name class" \
|
|
# description.
|
|
# description.
|
|
# The default value is: NO.
|
|
# The default value is: NO.
|
|
|
|
|
|
-ALWAYS_DETAILED_SEC = NO
|
|
|
|
|
|
+ALWAYS_DETAILED_SEC = YES
|
|
|
|
|
|
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
|
|
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
|
|
# inherited members of a class in the documentation of that class as if those
|
|
# inherited members of a class in the documentation of that class as if those
|
|
@@ -910,8 +910,8 @@ INPUT = ../../src \
|
|
../../include \
|
|
../../include \
|
|
. \
|
|
. \
|
|
../../components/finsh \
|
|
../../components/finsh \
|
|
- ../../components/dfs/src \
|
|
|
|
- ../../components/dfs/include
|
|
|
|
|
|
+ ../../components/dfs/dfs_v2/src \
|
|
|
|
+ ../../components/dfs/dfs_v2/include
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
# 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
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
@@ -1012,7 +1012,7 @@ EXAMPLE_RECURSIVE = NO
|
|
# that contain images that are to be included in the documentation (see the
|
|
# that contain images that are to be included in the documentation (see the
|
|
# \image command).
|
|
# \image command).
|
|
|
|
|
|
-IMAGE_PATH = ../doxygen
|
|
|
|
|
|
+IMAGE_PATH = ./images
|
|
|
|
|
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
|
# invoke to filter for each input file. Doxygen will invoke the filter program
|
|
# invoke to filter for each input file. Doxygen will invoke the filter program
|