dect
/
libdect
Archived
13
0
Fork 0

doc: minor fixes

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-09-16 04:55:29 +02:00
parent 4129b0cdea
commit 1f7e9d46a4
2 changed files with 3 additions and 3 deletions

View File

@ -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 = */.git/*
EXCLUDE_PATTERNS = */.git/* .*.d
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the

View File

@ -2427,8 +2427,8 @@ static void dect_msg_ie_init(const struct dect_sfmt_ie_desc *desc,
/**
* Parse a S-Format encoded Information Element header
*
* @ie: result pointer to the Information Element
* @mb: message buffer
* @param ie result pointer to the Information Element
* @param mb message buffer
*
* Parse a S-Format encoded Information Element header and return the parsed
* information in the ie structure.