diff --git a/Doxyfile b/Doxyfile index e632019..43fb547 100644 --- a/Doxyfile +++ b/Doxyfile @@ -634,13 +634,13 @@ FILE_PATTERNS = # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = firmware/usbdrv/.dep firmware/.dep eitor/src/.dep client/.dep # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded