Skip to content

Commit

Permalink
Attempt to fix doxygen error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed May 27, 2024
1 parent f03bb13 commit bb2cc09
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Pcap++/header/PcapLiveDeviceList.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

/// @file

#ifndef PCPP_DEPRECATED_RAW_PTR_API
#define PCPP_DEPRECATED_RAW_PTR_API__LOCAL_DEFINE
#define PCPP_DEPRECATED_RAW_PTR_API PCPP_DEPRECATED("This method is deprecated in favor of the SmartPtrAPI overload.")
#endif // !PCPP_DEPRECATED_RAW_PTR_API
#define PCPP_DEPRECATED_RAW_PTR_API PCPP_DEPRECATED("This method is deprecated; " \
"Use the SmartPtrAPI overloads instead.")

/**
* \namespace pcpp
Expand Down Expand Up @@ -187,7 +185,4 @@ namespace pcpp

} // namespace pcpp

#ifdef PCPP_DEPRECATED_RAW_PTR_API__LOCAL_DEFINE
#undef PCPP_DEPRECATED_RAW_PTR_API
#undef PCPP_DEPRECATED_RAW_PTR_API__LOCAL_DEFINE
#endif // PCPP_DEPRECATED_RAW_PTR_API_LOCAL_DEFINE

0 comments on commit bb2cc09

Please sign in to comment.