@@ -871,7 +871,14 @@ WARN_LOGFILE =
871
871
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
872
872
# Note: If this tag is empty the current directory is searched.
873
873
874
- INPUT =
874
+ INPUT = .
875
+ INPUT += /home/dhebbeker/.arduino15/packages/esp8266/hardware/esp8266/2.7.4/cores/esp8266
876
+ INPUT += /home/dhebbeker/Arduino/libraries/SimplyAtomic
877
+ INPUT += /home/dhebbeker/.arduino15/packages/esp8266/hardware/esp8266/2.7.4/variants/generic
878
+ INPUT += /home/dhebbeker/.arduino15/packages/esp8266/hardware/esp8266/2.7.4/libraries/ESP8266WebServer/src
879
+ INPUT += /home/dhebbeker/.arduino15/packages/esp8266/hardware/esp8266/2.7.4/libraries/Wire
880
+ INPUT += /home/dhebbeker/Arduino/libraries/MCP23017/src
881
+ INPUT += /home/dhebbeker/Arduino/libraries/VL53L1/src
875
882
876
883
# This tag can be used to specify the character encoding of the source files
877
884
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2518,7 +2525,7 @@ DIRECTORY_GRAPH = YES
2518
2525
# The default value is: png.
2519
2526
# This tag requires that the tag HAVE_DOT is set to YES.
2520
2527
2521
- DOT_IMAGE_FORMAT = png
2528
+ DOT_IMAGE_FORMAT = svg
2522
2529
2523
2530
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2524
2531
# enable generation of interactive SVG images that allow zooming and panning.
@@ -2604,7 +2611,7 @@ MAX_DOT_GRAPH_DEPTH = 0
2604
2611
# Minimum value: 0, maximum value: 1000, default value: 1.
2605
2612
# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
2606
2613
2607
- MAX_DOT_GRAPH_SUCCESSOR= 1
2614
+ MAX_DOT_GRAPH_SUCCESSOR= 3
2608
2615
2609
2616
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2610
2617
# background. This is disabled by default, because dot on Windows does not seem
0 commit comments