aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extcap.h3
-rw-r--r--extcap/dpauxmon_user.h3
-rw-r--r--extcap/etl.h4
-rw-r--r--extcap/etw_message.h4
-rw-r--r--extcap/extcap-base.h3
-rw-r--r--extcap/ssh-base.h3
-rw-r--r--extcap_parser.h2
7 files changed, 13 insertions, 9 deletions
diff --git a/extcap.h b/extcap.h
index 54752e8b74..578d2162d1 100644
--- a/extcap.h
+++ b/extcap.h
@@ -1,4 +1,5 @@
-/* extcap.h
+/** @file
+ *
* Definitions for extcap external capture
* Copyright 2013, Mike Ryan <mikeryan@lacklustre.net>
*
diff --git a/extcap/dpauxmon_user.h b/extcap/dpauxmon_user.h
index 818898148a..645e4b8b0a 100644
--- a/extcap/dpauxmon_user.h
+++ b/extcap/dpauxmon_user.h
@@ -1,4 +1,5 @@
-/*
+/** @file
+ *
* Copyright 2018, Dirk Eibach, Guntermann & Drunck GmbH <dirk.eibach@gdsys.cc>
*
* SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/extcap/etl.h b/extcap/etl.h
index 9207e92648..bebb90f909 100644
--- a/extcap/etl.h
+++ b/extcap/etl.h
@@ -1,5 +1,5 @@
-/* etl.h
-*
+/** @file
+ *
* Copyright 2020, Odysseus Yang
*
* Wireshark - Network traffic analyzer
diff --git a/extcap/etw_message.h b/extcap/etw_message.h
index 87bfaa8027..017849a97f 100644
--- a/extcap/etw_message.h
+++ b/extcap/etw_message.h
@@ -1,5 +1,5 @@
-/* etl.h
-*
+/** @file
+ *
* Copyright 2020, Odysseus Yang
*
* Wireshark - Network traffic analyzer
diff --git a/extcap/extcap-base.h b/extcap/extcap-base.h
index 2bc74f656a..d405e2896d 100644
--- a/extcap/extcap-base.h
+++ b/extcap/extcap-base.h
@@ -1,4 +1,5 @@
-/* extcap_base.h
+/** @file
+ *
* Base function for extcaps
*
* Copyright 2016, Dario Lombardo
diff --git a/extcap/ssh-base.h b/extcap/ssh-base.h
index 260525fd5e..fd5d097b07 100644
--- a/extcap/ssh-base.h
+++ b/extcap/ssh-base.h
@@ -1,4 +1,5 @@
-/* ssh-base.h
+/** @file
+ *
* ssh-base has base utility functions to connect to hosts via ssh
*
* Copyright 2016, Dario Lombardo
diff --git a/extcap_parser.h b/extcap_parser.h
index e83553361f..460af1d5fa 100644
--- a/extcap_parser.h
+++ b/extcap_parser.h
@@ -1,4 +1,4 @@
-/* extcap_parser.h
+/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>