Revert "A small for for the Doxygen warning:"

This reverts commit 2faa7bc3132a4a0b5679231f2f9ac5a988d45084
This commit is contained in:
Gisle Vanem 2022-06-17 15:08:21 +00:00 committed by A Wireshark GitLab Utility
parent 1aa9a52a44
commit 992e9f93aa
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,9 +895,9 @@ gboolean AirpcapConvertFrequencyToChannel(guint Frequency, guint * PChannel, PAi
gboolean AirpcapConvertChannelToFrequency(guint Channel, guint * PFrequency);
#endif /* __AIRPCAP_DRIVER__ */
/*@}*/
/**@}*/
#endif /* __AIRPCAP_DRIVER__ */
#ifdef __cplusplus
}