Replace Doxygen tags using \ with @

This commit is contained in:
Eduardo Almeida
2024-11-08 18:05:46 +00:00
parent e99d17039b
commit 6ef966c4cf
1800 changed files with 49640 additions and 49640 deletions

View File

@@ -37,15 +37,15 @@ using namespace ns3;
NS_LOG_COMPONENT_DEFINE("RadvdTwoPrefixExample");
/**
* \class IpAddressHelper
* \brief Helper to print a node's IP addresses.
* @class IpAddressHelper
* @brief Helper to print a node's IP addresses.
*/
class IpAddressHelper
{
public:
/**
* \brief Print the node's IP addresses.
* \param n the node
* @brief Print the node's IP addresses.
* @param n the node
*/
inline void PrintIpAddresses(Ptr<Node>& n)
{