X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/db420853ce1a7c4545c443b9b7e9925fac3fbbb5..4e99625f7cd9ccd10251c871670b286536483333:/Projects/Webserver/Doxygen.conf diff --git a/Projects/Webserver/Doxygen.conf b/Projects/Webserver/Doxygen.conf index c9333f3fe..dd0be3e6e 100644 --- a/Projects/Webserver/Doxygen.conf +++ b/Projects/Webserver/Doxygen.conf @@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* -EXCLUDE_PATTERNS = */uip/* +EXCLUDE_PATTERNS = */uip/* */FATFs/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -637,7 +637,8 @@ EXCLUDE_PATTERNS = */uip/* # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = __* +EXCLUDE_SYMBOLS = __* \ + INCLUDE_FROM_* # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see