diff options
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -944,8 +944,8 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = ./ \ - ./Private/ \ - ./Public/ \ + ./NewKernel/ \ + ./SDK/ \ # 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 @@ -1049,7 +1049,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = Meta/ # 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 @@ -2374,7 +2374,7 @@ SEARCH_INCLUDES = YES # RECURSIVE has no effect here. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = Private/ +INCLUDE_PATH = NewKernel/ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the |
