]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1960] Fixed doxygen documentation.
authorMarcin Siodelski <marcin@isc.org>
Fri, 21 Sep 2012 17:19:04 +0000 (19:19 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 21 Sep 2012 17:19:04 +0000 (19:19 +0200)
tests/tools/perfdhcp/stats_mgr.h
tests/tools/perfdhcp/test_control.h

index e380d6f67491634d554c04c62a7e56e409cef4d1..0c2b68c8aa07ca91f967f2aefadfc99011102809 100644 (file)
@@ -256,6 +256,8 @@ public:
         /// \brief Constructor
         ///
         /// \param xchg_type exchange type
+        /// \param drop_time maximum time elapsed before packet is
+        /// assumed dropped. Negative value disables it.
         /// \param archive_enabled if true packets archive mode is enabled.
         /// In this mode all packets are stored throughout the test execution.
         ExchangeStats(const ExchangeType xchg_type,
@@ -825,8 +827,6 @@ public:
     /// for performance reasons and to avoid waste of memory for storing
     /// large list of archived packets.
     ///
-    /// \param drop_time maximum time elapsed before packet is
-    /// assumed dropped. Negative value disables it.
     /// \param archive_enabled true indicates that packets
     /// archive mode is enabled.
     StatsMgr(const bool archive_enabled = false) :
@@ -842,6 +842,8 @@ public:
     /// type.
     ///
     /// \param xchg_type exchange type.
+    /// \param drop_time maximum time elapsed before packet is
+    /// assumed dropped. Negative value disables it.
     /// \throw isc::BadValue if exchange of specified type exists.
     void addExchangeStats(const ExchangeType xchg_type,
                           const double drop_time = -1) {
@@ -906,6 +908,7 @@ public:
     /// Increement counter value by one.
     ///
     /// \param counter_key key poiting to the counter in the counters map.
+    /// \param value value to increment counter by.
     /// \return pointer to specified counter after incrementation.
     const CustomCounter& incrementCounter(const std::string& counter_key,
                                           const uint64_t value = 1) {
index da1e533831a0eb8f7b400a15fd896a2e25174e04..572adb2b8ffb961f1de50fcc4465c0a20f51a86e 100644 (file)
@@ -531,8 +531,8 @@ protected:
     /// \brief Receive DHCPv4 or DHCPv6 packets from the server.
     ///
     /// Method receives DHCPv4 or DHCPv6 packets from the server.
-    /// This function will call \ref receivePacket4 or
-    /// \ref receivePacket6 depending if DHCPv4 or DHCPv6 packet
+    /// This function will call \ref processReceivedPacket4 or
+    /// \ref processReceivedPacket6 depending if DHCPv4 or DHCPv6 packet
     /// has arrived.
     ///
     /// \warning this method does not check if provided socket is