nix-vector-routing: doxygen fixes

This commit is contained in:
Tommaso Pecorella
2021-05-27 21:02:34 +00:00
parent e27d87e971
commit 4122e11a18
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -273,7 +273,7 @@ private:
* are unique so mapping can be done without duplication.
**/
typedef std::unordered_map<Ipv4Address, ns3::Ptr<ns3::Node>, Ipv4AddressHash > Ipv4AddressToNodeMap;
static Ipv4AddressToNodeMap g_ipv4AddressToNodeMap;
static Ipv4AddressToNodeMap g_ipv4AddressToNodeMap; //!< Address to node map.
};
} // namespace ns3