nix-vector-routing: doxygen fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user