@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY =
61
+ OUTPUT_DIRECTORY = doc
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -463,7 +463,7 @@ LOOKUP_CACHE_SIZE = 0
463
463
# DOT_NUM_THREADS setting.
464
464
# Minimum value: 0, maximum value: 32, default value: 1.
465
465
466
- NUM_PROC_THREADS = 1
466
+ NUM_PROC_THREADS = 0
467
467
468
468
#---------------------------------------------------------------------------
469
469
# Build related configuration options
@@ -477,7 +477,7 @@ NUM_PROC_THREADS = 1
477
477
# normally produced when WARNINGS is set to YES.
478
478
# The default value is: NO.
479
479
480
- EXTRACT_ALL = NO
480
+ EXTRACT_ALL = YES
481
481
482
482
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
483
483
# be included in the documentation.
@@ -951,7 +951,7 @@ FILE_PATTERNS = *.c \
951
951
# be searched for input files as well.
952
952
# The default value is: NO.
953
953
954
- RECURSIVE = NO
954
+ RECURSIVE = YES
955
955
956
956
# The EXCLUDE tag can be used to specify files and/or directories that should be
957
957
# excluded from the INPUT source files. This way you can easily exclude a
@@ -1800,7 +1800,7 @@ EXTRA_SEARCH_MAPPINGS =
1800
1800
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1801
1801
# The default value is: YES.
1802
1802
1803
- GENERATE_LATEX = YES
1803
+ GENERATE_LATEX = NO
1804
1804
1805
1805
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1806
1806
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -2336,7 +2336,7 @@ HIDE_UNDOC_RELATIONS = YES
2336
2336
# set to NO
2337
2337
# The default value is: NO.
2338
2338
2339
- HAVE_DOT = NO
2339
+ HAVE_DOT = YES
2340
2340
2341
2341
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2342
2342
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2402,7 +2402,7 @@ GROUP_GRAPHS = YES
2402
2402
# The default value is: NO.
2403
2403
# This tag requires that the tag HAVE_DOT is set to YES.
2404
2404
2405
- UML_LOOK = NO
2405
+ UML_LOOK = YES
2406
2406
2407
2407
# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
2408
2408
# class node. If there are many fields or methods and many nodes the graph may
0 commit comments