]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1955] Fixed doxygen typos in perfdhcp.
authorMarcin Siodelski <marcin@isc.org>
Tue, 5 Jun 2012 16:05:33 +0000 (18:05 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 5 Jun 2012 16:05:33 +0000 (18:05 +0200)
tests/tools/perfdhcp/localized_option.h
tests/tools/perfdhcp/perf_pkt4.h
tests/tools/perfdhcp/perf_pkt6.h
tests/tools/perfdhcp/pkt_transform.h

index 19d74cdcbed020d8506b158ebe21929851b354b3..a6e41553a39caa2fcebc22d08610851264241459 100644 (file)
@@ -36,7 +36,7 @@ namespace perfdhcp {
 /// In order to read on-wire data from incoming packet client class
 /// has to specify options of \ref perfdhcp::LocalizedOption type
 /// with expected offsets of these options in a packet. The
-/// \ret perfdhcp::PerfPkt6 will use offsets to read fragments
+/// \ref perfdhcp::PerfPkt6 will use offsets to read fragments
 /// of packet and store them in options' buffers.
 /// (\see perfdhcp::PerfPkt6::rawUnpack).
 ///
index 4ef779c749d47b21c1dd0108c0f334794d8ba812..48382fca3831d25da3ca512913143339ca2f06bc 100644 (file)
@@ -120,7 +120,7 @@ public:
     /// when you use template packets that require replacement
     /// of selected options' contents before sending.
     ///
-    /// \retrun false, id pack operation failed.
+    /// \return false, id pack operation failed.
     bool rawPack();
 
     /// \brief Handles limited binary packet parsing for packets with
index 590fb9e3b678bfbf98d74defd2546bb9d82199cf..e7077b36e33c3d4cfc8fc95ee72c490d71acbf5a 100644 (file)
@@ -149,7 +149,7 @@ public:
     /// when you use template packets that require replacement
     /// of selected options' contents before sending.
     ///
-    /// \retrun false, id pack operation failed.
+    /// \return false, id pack operation failed.
     bool rawPack();
 
     /// \brief Handles limited binary packet parsing for packets with
index 4c81848cb86ef8a757dc2cc80fc5803e2c9e7fcb..0f38afc7f8d1c9566f41b423a252304da9b2161f 100644 (file)
@@ -64,7 +64,7 @@ public:
     /// \param transid transaction id value
     /// \param out_buffer output buffer holding "packed" data
     ///
-    /// \retrun false, if pack operation failed.
+    /// \return false, if pack operation failed.
     static bool pack(const dhcp::Option::Universe universe,
                      const dhcp::OptionBuffer& in_buffer,
                      const dhcp::Option::OptionCollection& options,