Skip to content

Commit

Permalink
Fix doxygen error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jul 31, 2024
1 parent ef3bbec commit 7b573a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Pcap++/header/PcapLiveDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,10 @@ namespace pcpp
* @deprecated This method is deprecated and will be removed in future versions. Please use getIPAddresses()
* instead.
*/
PCPP_DEPRECATED(
"This method is deprecated and will be removed in future versions. Please use getIPAddresses() instead.")
// clang-format off
// Breaking the macro into multiple lines causes doxygen to cause a fit.
PCPP_DEPRECATED("This method is deprecated and will be removed in future versions. Please use getIPAddresses() instead.")
// clang-format on
const std::vector<pcap_addr_t>& getAddresses() const
{
return m_Addresses;
Expand Down

0 comments on commit 7b573a7

Please sign in to comment.