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.
This commit is contained in:
Moshe Kaplan 2021-11-29 21:36:21 -05:00 committed by Wireshark GitLab Utility
parent 65a651d5b9
commit 40016daeb3
7 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* dfilter-macro.h
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs

View File

@ -1,4 +1,4 @@
/*
/** @file
* Copyright 2021, João Valverde <j@v6e.pt>
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,4 @@
/* wsutil/regex.h
/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>

View File

@ -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:
* ---------------------------------------------------------------------

View File

@ -1,4 +1,5 @@
/* wsutil/to_str.h
/** @file
*
* Definitions for utilities to convert various other types to strings.
*
* Wireshark - Network traffic analyzer

View File

@ -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>