aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2021-11-29 21:36:21 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-30 06:47:35 +0000
commit40016daeb3a77c23206acbaf437f7102735598ef (patch)
treefb4d5ec714e1d32bd90ac860e57b59a59a7341ab /wsutil
parent65a651d5b91f8bce08054e0ac575e68f978c561a (diff)
Add files with WS_DLL_PUBLIC to Doxygen part2
Add @file markers for remaining non-dissector files that contain functions exported with WS_DLL_PUBLIC so that Doxygen will generate documentation for them.
Diffstat (limited to 'wsutil')
-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
4 files changed, 8 insertions, 5 deletions
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>