aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dfilter/dfilter-macro.h2
-rw-r--r--epan/dfilter/dfilter.h3
-rw-r--r--epan/introspection.h2
-rw-r--r--wsutil/regex.h2
-rw-r--r--wsutil/sober128.h5
-rw-r--r--wsutil/to_str.h3
-rw-r--r--wsutil/wmem/wmem_multimap.h3
7 files changed, 12 insertions, 8 deletions
diff --git a/epan/dfilter/dfilter-macro.h b/epan/dfilter/dfilter-macro.h
index acc90e1f9d..2a9bee3494 100644
--- a/epan/dfilter/dfilter-macro.h
+++ b/epan/dfilter/dfilter-macro.h
@@ -1,4 +1,4 @@
-/* dfilter-macro.h
+/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dfilter/dfilter.h b/epan/dfilter/dfilter.h
index e57c14c384..429c2f2337 100644
--- a/epan/dfilter/dfilter.h
+++ b/epan/dfilter/dfilter.h
@@ -1,4 +1,5 @@
-/*
+/** @file
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs
diff --git a/epan/introspection.h b/epan/introspection.h
index 43c2946d65..712ac1c597 100644
--- a/epan/introspection.h
+++ b/epan/introspection.h
@@ -1,4 +1,4 @@
-/*
+/** @file
* Copyright 2021, João Valverde <j@v6e.pt>
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/regex.h b/wsutil/regex.h
index 12c7cffe80..1ba4fe3834 100644
--- a/wsutil/regex.h
+++ b/wsutil/regex.h
@@ -1,4 +1,4 @@
-/* wsutil/regex.h
+/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/wsutil/sober128.h b/wsutil/sober128.h
index acb7a46cf1..0238f0efb9 100644
--- a/wsutil/sober128.h
+++ b/wsutil/sober128.h
@@ -1,11 +1,12 @@
-/* This file is derived from sober128 implementation in corosync
+/** @file
+ This file is derived from sober128 implementation in corosync
cluster engine. corosync cluster engine borrows the implementation
from LibTomCrypt.
The latest version of the original code can be found at
http://www.libtom.net/LibTomCrypt/ according to which this code is in the
Public Domain
- */
+*/
/* About LibTomCrypt:
* ---------------------------------------------------------------------
diff --git a/wsutil/to_str.h b/wsutil/to_str.h
index 14e3ace1f4..603c79d341 100644
--- a/wsutil/to_str.h
+++ b/wsutil/to_str.h
@@ -1,4 +1,5 @@
-/* wsutil/to_str.h
+/** @file
+ *
* Definitions for utilities to convert various other types to strings.
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/wmem/wmem_multimap.h b/wsutil/wmem/wmem_multimap.h
index 55266d6353..300eb0fabf 100644
--- a/wsutil/wmem/wmem_multimap.h
+++ b/wsutil/wmem/wmem_multimap.h
@@ -1,4 +1,5 @@
-/* wmem_multimap.h
+/** @file
+ *
* Definitions for the Wireshark Memory Manager Hash Multimap
* Copyright 2021, John Thacker <johnthacker@gmail.com>
* Copyright 2014, Evan Huus <eapache@gmail.com>