aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eigrp.c
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 /epan/dissectors/packet-eigrp.c
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 'epan/dissectors/packet-eigrp.c')
-rw-r--r--epan/dissectors/packet-eigrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eigrp.c b/epan/dissectors/packet-eigrp.c
index 9855ef4e3a..5453c3a681 100644
--- a/epan/dissectors/packet-eigrp.c
+++ b/epan/dissectors/packet-eigrp.c
@@ -648,7 +648,7 @@ static const value_string eigrp_saf_srv2string[] = {
* Dissect the Parameter TLV, which is used to convey metric weights and the
* hold time.
*
- * @usage
+ * @brief
* Note the addition of K6 for the new extended metrics, and does not apply to
* older TLV packet formats.
*/