Skip to content

Commit f0e816c

Browse files
authored
Update Doxyfile
1 parent b0c68d3 commit f0e816c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Doxyfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ ALLOW_UNICODE_NAMES = NO
119119
# Swedish, Turkish, Ukrainian and Vietnamese.
120120
# The default value is: English.
121121

122-
OUTPUT_LANGUAGE = Chinese
122+
OUTPUT_LANGUAGE = English
123123

124124
# If the BRIEF_MEMBER_DESC tag is set to YES, Doxygen will include brief member
125125
# descriptions after the members that are listed in the file and class
@@ -178,7 +178,7 @@ INLINE_INHERITED_MEMB = NO
178178
# shortest path that makes the file name unique will be used
179179
# The default value is: YES.
180180

181-
FULL_PATH_NAMES = YES
181+
FULL_PATH_NAMES = NO
182182

183183
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
184184
# Stripping is only done if one of the specified strings matches the left-hand
@@ -534,7 +534,7 @@ TIMESTAMP = NO
534534
# normally produced when WARNINGS is set to YES.
535535
# The default value is: NO.
536536

537-
EXTRACT_ALL = NO
537+
EXTRACT_ALL = YES
538538

539539
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
540540
# be included in the documentation.
@@ -1198,14 +1198,14 @@ FORTRAN_COMMENT_AFTER = 72
11981198
# also VERBATIM_HEADERS is set to NO.
11991199
# The default value is: NO.
12001200

1201-
SOURCE_BROWSER = NO
1201+
SOURCE_BROWSER = YES
12021202

12031203
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
12041204
# multi-line macros, enums or list initialized variables directly into the
12051205
# documentation.
12061206
# The default value is: NO.
12071207

1208-
INLINE_SOURCES = NO
1208+
INLINE_SOURCES = YES
12091209

12101210
# Setting the STRIP_CODE_COMMENTS tag to YES will instruct Doxygen to hide any
12111211
# special comment blocks from generated source code fragments. Normal C, C++ and
@@ -1224,7 +1224,7 @@ REFERENCED_BY_RELATION = NO
12241224
# all documented entities called/used by that function will be listed.
12251225
# The default value is: NO.
12261226

1227-
REFERENCES_RELATION = NO
1227+
REFERENCES_RELATION = YES
12281228

12291229
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
12301230
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
@@ -1376,7 +1376,7 @@ HTML_FILE_EXTENSION = .html
13761376
# of the possible markers and block names see the documentation.
13771377
# This tag requires that the tag GENERATE_HTML is set to YES.
13781378

1379-
HTML_HEADER = doxygen-awesome-css-main/header.html
1379+
HTML_HEADER =
13801380

13811381
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
13821382
# generated HTML page. If the tag is left blank Doxygen will generate a standard
@@ -1796,7 +1796,7 @@ ENUM_VALUES_PER_LINE = 4
17961796
# enumeration values besides the enumeration mnemonics.
17971797
# The default value is: NO.
17981798

1799-
SHOW_ENUM_VALUES = NO
1799+
SHOW_ENUM_VALUES = YES
18001800

18011801
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
18021802
# to set the initial width (in pixels) of the frame in which the tree is shown.
@@ -2755,7 +2755,7 @@ INCLUDED_BY_GRAPH = YES
27552755
# The default value is: NO.
27562756
# This tag requires that the tag HAVE_DOT is set to YES.
27572757

2758-
CALL_GRAPH = NO
2758+
CALL_GRAPH = YES
27592759

27602760
# If the CALLER_GRAPH tag is set to YES then Doxygen will generate a caller
27612761
# dependency graph for every global function or class method.
@@ -2767,7 +2767,7 @@ CALL_GRAPH = NO
27672767
# The default value is: NO.
27682768
# This tag requires that the tag HAVE_DOT is set to YES.
27692769

2770-
CALLER_GRAPH = NO
2770+
CALLER_GRAPH = YES
27712771

27722772
# If the GRAPHICAL_HIERARCHY tag is set to YES then Doxygen will graphical
27732773
# hierarchy of all classes instead of a textual one.
@@ -2894,7 +2894,7 @@ DOT_GRAPH_MAX_NODES = 50
28942894
# Minimum value: 0, maximum value: 1000, default value: 0.
28952895
# This tag requires that the tag HAVE_DOT is set to YES.
28962896

2897-
MAX_DOT_GRAPH_DEPTH = 1000
2897+
MAX_DOT_GRAPH_DEPTH = 100
28982898

28992899
# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
29002900
# files in one run (i.e. multiple -o and -T options on the command line). This

0 commit comments

Comments
 (0)