Changed directory for Doxygen's search to only the necessary header files

This commit is contained in:
Ethan Looney 2020-07-10 12:51:21 -07:00
parent 03839ea641
commit 7e23273d1c

View File

@ -790,7 +790,7 @@ WARN_LOGFILE = doxygen_warnings
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ../ ./mainpage.dox
INPUT = ./mainpage.dox ./dox_comments/header_files/
# 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