Update the Doxyfile to add the lib/YMF262/Include folder as folder to be scanned
This commit is contained in:
parent
55e813b898
commit
627685b34f
2
Doxyfile
2
Doxyfile
|
|
@ -1026,7 +1026,7 @@ WARN_LOGFILE =
|
|||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = lib/YMF262/src src docs-src
|
||||
INPUT = lib/YMF262/src lib/YMF262/include src
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue