mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-09-14 09:33:13 +08:00
Update Doxyfile
This commit is contained in:
parent
312f88e6e2
commit
59615716e8
6
Doxyfile
6
Doxyfile
@ -51,7 +51,7 @@ PROJECT_BRIEF = "Firmware for ESP boards connected to 3D Printer"
|
||||
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||
# the logo to the output directory.
|
||||
|
||||
PROJECT_LOGO = C:/Users/luc/Documents/GitHub/ESP3D/images/ESP3D_social_mini.png
|
||||
PROJECT_LOGO = C:/Users/luc/Documents/GitHub/ESP3D/images/Screen/ESP3D_social_mini.png
|
||||
|
||||
# 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
|
||||
@ -2526,7 +2526,7 @@ PLANTUML_INCLUDE_PATH =
|
||||
# Minimum value: 0, maximum value: 10000, default value: 50.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
DOT_GRAPH_MAX_NODES = 50
|
||||
DOT_GRAPH_MAX_NODES = 100
|
||||
|
||||
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
|
||||
# generated by dot. A depth value of 3 means that only nodes reachable from the
|
||||
@ -2567,7 +2567,7 @@ DOT_MULTI_TARGETS = NO
|
||||
# The default value is: YES.
|
||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||
|
||||
GENERATE_LEGEND = YES
|
||||
GENERATE_LEGEND = NO
|
||||
|
||||
# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
||||
# files that are used to generate the various graphs.
|
||||
|
Loading…
x
Reference in New Issue
Block a user