@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858# entered, it will be relative to the location where doxygen was started. If
5959# left blank the current directory will be used.
6060
61- OUTPUT_DIRECTORY = .
61+ OUTPUT_DIRECTORY =
6262
6363# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464# directories (in 2 levels) under the output directory of each output format and
@@ -186,7 +186,7 @@ STRIP_FROM_INC_PATH =
186186# support long names like on DOS, Mac, or CD-ROM.
187187# The default value is: NO.
188188
189- SHORT_NAMES = YES
189+ SHORT_NAMES = NO
190190
191191# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
192192# first line (until the first dot) of a Javadoc-style comment as the brief
@@ -864,8 +864,7 @@ WARN_LOGFILE =
864864# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865865# Note: If this tag is empty the current directory is searched.
866866
867- INPUT = ../esp8266-esp32-sdk \
868- ..\esp8266-esp32-sdk\src \
867+ INPUT = ..\esp8266-esp32-sdk\src \
869868 ..\esp8266-esp32-sdk\README.md \
870869 ..\esp8266-esp32-sdk\src\Capabilities \
871870 documentation.dox
@@ -989,7 +988,7 @@ EXCLUDE_SYMBOLS =
989988# that contain example code fragments that are included (see the \include
990989# command).
991990
992- EXAMPLE_PATH = doc-examples/
991+ EXAMPLE_PATH = doc-examples
993992
994993# If the value of the EXAMPLE_PATH tag contains directories, you can use the
995994# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -2544,7 +2543,7 @@ DIRECTORY_GRAPH = YES
25442543# The default value is: png.
25452544# This tag requires that the tag HAVE_DOT is set to YES.
25462545
2547- DOT_IMAGE_FORMAT = svg
2546+ DOT_IMAGE_FORMAT = png
25482547
25492548# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
25502549# enable generation of interactive SVG images that allow zooming and panning.
0 commit comments