From 40016daeb3a77c23206acbaf437f7102735598ef Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Mon, 29 Nov 2021 21:36:21 -0500 Subject: 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. --- epan/dfilter/dfilter-macro.h | 2 +- epan/dfilter/dfilter.h | 3 ++- epan/introspection.h | 2 +- wsutil/regex.h | 2 +- wsutil/sober128.h | 5 +++-- wsutil/to_str.h | 3 ++- wsutil/wmem/wmem_multimap.h | 3 ++- 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 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 * 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 * * 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 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 * Copyright 2014, Evan Huus -- cgit v1.2.3