From 4122e11a180c165ac09321c23d3defd36282e60a Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Thu, 27 May 2021 21:02:34 +0000 Subject: [PATCH] nix-vector-routing: doxygen fixes --- src/nix-vector-routing/helper/ipv4-nix-vector-helper.h | 4 +++- src/nix-vector-routing/model/ipv4-nix-vector-routing.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/nix-vector-routing/helper/ipv4-nix-vector-helper.h b/src/nix-vector-routing/helper/ipv4-nix-vector-helper.h index 0ede68478..f7987cadd 100644 --- a/src/nix-vector-routing/helper/ipv4-nix-vector-helper.h +++ b/src/nix-vector-routing/helper/ipv4-nix-vector-helper.h @@ -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 diff --git a/src/nix-vector-routing/model/ipv4-nix-vector-routing.h b/src/nix-vector-routing/model/ipv4-nix-vector-routing.h index 0907b59f7..610c5be6a 100644 --- a/src/nix-vector-routing/model/ipv4-nix-vector-routing.h +++ b/src/nix-vector-routing/model/ipv4-nix-vector-routing.h @@ -273,7 +273,7 @@ private: * are unique so mapping can be done without duplication. **/ typedef std::unordered_map, Ipv4AddressHash > Ipv4AddressToNodeMap; - static Ipv4AddressToNodeMap g_ipv4AddressToNodeMap; + static Ipv4AddressToNodeMap g_ipv4AddressToNodeMap; //!< Address to node map. }; } // namespace ns3