aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 12:13:34 +0100
committerEvan Huus <eapache@gmail.com>2014-12-22 15:24:28 +0000
commit5248c0df211e03f1c36e623a9f42efd53becd219 (patch)
tree4c1bfc1d5a182cc27d13522e379cc845b26733c8 /plugins
parented2df3beaf9b8a17ac5e9864a3b963b711216ff3 (diff)
Fix unknown command tag name [-Wdocumentation-unknown-command]
Change-Id: I6c2564a86e13d9321001856ba1f51681a9f20976 Reviewed-on: https://code.wireshark.org/review/5979 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'plugins')
-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 edd3f42c82..704da31c84 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -849,9 +849,9 @@ extern void merge_avpl(AVPL* dst, AVPL* src, gboolean copy_avps) {
/**
* merge_avpl:
- * @name: the name of the new avpl.
- * @avpl: the avpl from which to get the avps.
- * @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.