summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-09-16 04:55:29 +0200
committerPatrick McHardy <kaber@trash.net>2010-09-16 04:55:29 +0200
commit1f7e9d46a417fcb444e3bace125072bce611930b (patch)
tree0d2366998c70b21d27a7c9386237caa2c77f8966
parent4129b0cdea1d034234e326e51c977bf0f37e31dc (diff)
doc: minor fixes
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--src/s_msg.c4
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.