doxygen: ignore misc/util.h
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cd313cb82d
commit
4c2d26098e
1 changed files with 3 additions and 1 deletions
|
|
@ -113,7 +113,9 @@ INPUT = \
|
|||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = "*.c" "*.h" "*.S"
|
||||
RECURSIVE = YES
|
||||
EXCLUDE = ../include/spi_legacy.h ../include/net/http_legacy.h
|
||||
EXCLUDE = ../include/spi_legacy.h
|
||||
../include/net/http_legacy.h \
|
||||
../include/misc/util.h
|
||||
EXCLUDE_SYMLINKS =
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_SYMBOLS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue