From 1f7e9d46a417fcb444e3bace125072bce611930b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 16 Sep 2010 04:55:29 +0200 Subject: doc: minor fixes Signed-off-by: Patrick McHardy --- doc/Doxyfile.in | 2 +- src/s_msg.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 4b61ac5..c252ff0 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 diff --git a/src/s_msg.c b/src/s_msg.c index 9ce5a68..e869ad9 100644 --- a/src/s_msg.c +++ b/src/s_msg.c @@ -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. -- cgit v1.2.3