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.