aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-04 13:16:47 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-15 05:38:04 +0000
commitd9ec8abaf8dc826dbb8c93ce4e2298210eab563e (patch)
treea69d4fcbc21234f2a7a2ef445d658e96891de9aa
parent6f630c10a59c112f52f52694bc310d7399e387bb (diff)
mate_util: fix parameter ... not found in the function declaration [-Wdocumentation]
Change-Id: I66af53ee06866b45339814b5fa949551c0dd45c1 Reviewed-on: https://code.wireshark.org/review/6535 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--plugins/mate/mate_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index 079b9ef94a..8378d9b456 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -847,9 +847,9 @@ extern void merge_avpl(AVPL* dst, AVPL* src, gboolean copy_avps) {
/**
* merge_avpl:
- * @param name: the name of the new avpl.
- * @param avpl: the avpl from which to get the avps.
- * @param copy_avps: whether avps should be copied instead of referenced.
+ * @param name the name of the new avpl.
+ * @param avpl the avpl from which to get the avps.
+ * @param copy_avps whether avps should be copied instead of referenced.
*
* Creates a new avpl containing the same avps as the given avpl
* It will either reference or copie the avps.