Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
This commit is contained in:
parent
a96d77eca7
commit
08e8d6393e
6 changed files with 48 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue