capture: Add header files to Doxygen

Add @file markers for capture
headers so that Doxygen will
generate documentation for them.

Additionally, update the doxygen
config file per
7fee50274f
merging the caputils and capchild
directories.
This commit is contained in:
Moshe Kaplan 2021-11-29 22:08:22 -05:00 committed by Wireshark GitLab Utility
parent 34454a5037
commit 65a651d5b9
11 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Copyright (c) 2006-2007 CACE Technologies, Davis (California)
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/* airpcap_loader.h
/** @file
*
* Declarations of routines for the "About" dialog
*
* Giorgio Tino <giorgio.tino@cacetech.com>

View File

@ -1,4 +1,5 @@
/* capture-pcap-util-int.h
/** @file
*
* Definitions of routines internal to the libpcap/WinPcap/Npcap utilities
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* capture-pcap-util.h
/** @file
*
* Utility definitions for packet capture
*
* Wireshark - Network traffic analyzer

View File

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

View File

@ -1,4 +1,5 @@
/* capture_ifinfo.h
/** @file
*
* Definitions for routines to get information about capture interfaces
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* capture_session.h
/** @file
*
* State of a capture session
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/* capture_win_ifnames.h
/** @file
*
* Routines supporting the use of Windows friendly interface names within Wireshark
* Copyright 2011-2012, Mike Garratt <wireshark@evn.co.nz>
*

View File

@ -1,4 +1,5 @@
/* iface_monitor.h
/** @file
*
* interface monitor by Pontus Fuchs <pontus.fuchs@gmail.com>
*
* Wireshark - Network traffic analyzer

View File

@ -1,4 +1,5 @@
/*
/** @file
*
* Copyright 2012, Pontus Fuchs <pontus.fuchs@gmail.com>
*
* Wireshark - Network traffic analyzer

View File

@ -832,8 +832,7 @@ WARN_LOGFILE =
# ls */*.h | xargs -n1 dirname | sort -u
INPUT = @DOXYGEN_INPUT_DIRECTORY@/wireshark.dox \
@DOXYGEN_TOP_LEVEL_SOURCES@ \
@DOXYGEN_INPUT_DIRECTORY@/capchild \
@DOXYGEN_INPUT_DIRECTORY@/caputils \
@DOXYGEN_INPUT_DIRECTORY@/capture \
@DOXYGEN_INPUT_DIRECTORY@/epan \
@DOXYGEN_INPUT_DIRECTORY@/extcap \
@DOXYGEN_INPUT_DIRECTORY@/plugins \