olsr: fix doxygen warnings

This commit is contained in:
Tommaso Pecorella
2021-04-30 19:08:28 +02:00
parent 4404c451e4
commit b922daa3c0
2 changed files with 8 additions and 1 deletions

View File

@@ -49,8 +49,10 @@ public:
/**
* \brief Construct an OlsrHelper from another previously initialized instance
* (Copy Constructor).
*
* \param o object to copy
*/
OlsrHelper (const OlsrHelper &);
OlsrHelper (const OlsrHelper &o);
/**
* \returns pointer to clone of this OlsrHelper

View File

@@ -351,6 +351,11 @@ public:
LocalDeliverCallback lcb,
ErrorCallback ecb);
virtual void SetIpv4 (Ptr<Ipv4> ipv4);
/**
* \returns the ipv4 object this routing protocol is associated with
*/
NS_DEPRECATED_3_34
virtual Ptr<Ipv4> GetIpv4 (void) const;
virtual void PrintRoutingTable (Ptr<OutputStreamWrapper> stream, Time::Unit unit = Time::S) const;