From dcca255b1f8bbe2c004cd7014294be49fbe134e0 Mon Sep 17 00:00:00 2001 From: Ryan Danehy Date: Fri, 3 Nov 2023 12:34:40 -0700 Subject: [PATCH] what is the path --- docs/doxygen/Doxyfile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 77cf9691..60b0d454 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -769,9 +769,7 @@ WARN_LOGFILE = dox.warnings # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../../resolve/ \ - ./resolve/ \ - ../resolve\ +INPUT = ./resolve/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -805,7 +803,7 @@ FILE_PATTERNS = *.md \ # be searched for input files as well. # The default value is: NO. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a