jimi-wzq
2021-01-12 48e47110397c894716525db219e53300c08f64dd
Doxyfile
@@ -32,7 +32,7 @@
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME           = "My Project"
PROJECT_NAME           = "BHomeBus接口文档"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -58,7 +58,7 @@
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY       = doxygen
OUTPUT_DIRECTORY       = build/doc
# 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 format and
@@ -140,7 +140,7 @@
# shortest path that makes the file name unique will be used
# The default value is: YES.
FULL_PATH_NAMES        = YES
FULL_PATH_NAMES        = NO
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
@@ -242,7 +242,7 @@
# members will be omitted, etc.
# The default value is: NO.
OPTIMIZE_OUTPUT_FOR_C  = NO
OPTIMIZE_OUTPUT_FOR_C  = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
@@ -422,7 +422,7 @@
# be included in the documentation.
# The default value is: NO.
EXTRACT_PRIVATE        = NO
EXTRACT_PRIVATE        = YES
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
@@ -434,7 +434,7 @@
# included in the documentation.
# The default value is: NO.
EXTRACT_STATIC         = NO
EXTRACT_STATIC         = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
@@ -512,7 +512,7 @@
# scope will be hidden.
# The default value is: NO.
HIDE_SCOPE_NAMES       = NO
HIDE_SCOPE_NAMES       = YES
# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
@@ -551,7 +551,7 @@
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.
SORT_MEMBER_DOCS       = YES
SORT_MEMBER_DOCS       = NO
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
@@ -796,7 +796,7 @@
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,
# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
FILE_PATTERNS          = *.h
FILE_PATTERNS          = *wrapper.h
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
@@ -2012,7 +2012,7 @@
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
SEARCH_INCLUDES        = YES
SEARCH_INCLUDES        = NO
# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
@@ -2248,7 +2248,7 @@
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDE_GRAPH          = YES
INCLUDE_GRAPH          = NO
# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
@@ -2257,7 +2257,7 @@
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
INCLUDED_BY_GRAPH      = YES
INCLUDED_BY_GRAPH      = NO
# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
@@ -2424,4 +2424,4 @@
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_CLEANUP            = YES
DOT_CLEANUP            = YES