Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit f167e45

Browse files
committed
Add include directories to doxygen documentation.
1 parent a3770cc commit f167e45

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Doxyfile

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,14 @@ WARN_LOGFILE =
871871
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
872872
# Note: If this tag is empty the current directory is searched.
873873

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
875882

876883
# This tag can be used to specify the character encoding of the source files
877884
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2518,7 +2525,7 @@ DIRECTORY_GRAPH = YES
25182525
# The default value is: png.
25192526
# This tag requires that the tag HAVE_DOT is set to YES.
25202527

2521-
DOT_IMAGE_FORMAT = png
2528+
DOT_IMAGE_FORMAT = svg
25222529

25232530
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
25242531
# enable generation of interactive SVG images that allow zooming and panning.
@@ -2604,7 +2611,7 @@ MAX_DOT_GRAPH_DEPTH = 0
26042611
# Minimum value: 0, maximum value: 1000, default value: 1.
26052612
# This tag requires that the tag DIRECTORY_GRAPH is set to YES.
26062613

2607-
MAX_DOT_GRAPH_SUCCESSOR= 1
2614+
MAX_DOT_GRAPH_SUCCESSOR= 3
26082615

26092616
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
26102617
# background. This is disabled by default, because dot on Windows does not seem

0 commit comments

Comments
 (0)