summaryrefslogtreecommitdiff
path: root/tinyusb/doxygen.Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/doxygen.Doxyfile')
-rw-r--r--tinyusb/doxygen.Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/doxygen.Doxyfile b/tinyusb/doxygen.Doxyfile
index be3057cbb..32aeacdff 100644
--- a/tinyusb/doxygen.Doxyfile
+++ b/tinyusb/doxygen.Doxyfile
@@ -661,7 +661,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = tinyusb overview.md license.md
+INPUT = ./ ../overview.md ../license.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -693,7 +693,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = tinyusb/device/romdriver
+EXCLUDE = device/romdriver
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded