A small for for the Doxygen warning:

capture/airpcap.h:906: warning: end of file while inside a group

Since the syntax should be `/**@}*/` (or `/*!@}*/` works too.
This commit is contained in:
Gisle Vanem 2022-06-17 12:04:31 +00:00 committed by A Wireshark GitLab Utility
parent e046877ad1
commit 1aa9a52a44
1 changed files with 3 additions and 3 deletions

View File

@ -275,7 +275,7 @@ typedef struct _AirpcapChannelInfo
AirpcapChannelInfo, *PAirpcapChannelInfo;
/*@}*/
/**@}*/
/** @defgroup airpcapfuncs AirPcap functions
* @{
@ -895,10 +895,10 @@ gboolean AirpcapConvertFrequencyToChannel(guint Frequency, guint * PChannel, PAi
gboolean AirpcapConvertChannelToFrequency(guint Channel, guint * PFrequency);
/*@}*/
#endif /* __AIRPCAP_DRIVER__ */
/**@}*/
#ifdef __cplusplus
}
#endif