From 377555e5cbb107907d6d71d6156a89319799825b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 23 Dec 2014 11:25:10 +0100 Subject: [PATCH] [column utils] fix warning: unknown command tag name [-Wdocumentation-unknown-command] Change-Id: I5a14875b4b61ae7635095bdf9f2ab18dd9dbfc09 Reviewed-on: https://code.wireshark.org/review/6012 Reviewed-by: Michael Mann --- epan/column-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/column-utils.h b/epan/column-utils.h index 331bdf517f..6f3776f4f3 100644 --- a/epan/column-utils.h +++ b/epan/column-utils.h @@ -34,7 +34,7 @@ extern "C" { struct epan_dissect; -/** @file +/** * Helper routines for column utility structures and routines. */