From: Marcin Siodelski Date: Tue, 5 Jun 2012 16:05:33 +0000 (+0200) Subject: [1955] Fixed doxygen typos in perfdhcp. X-Git-Tag: trac2351_base~226^2~58^2~6^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d16a4ec35b968f8d7af36872a3df62bf7f8fc3d1;p=thirdparty%2Fkea.git [1955] Fixed doxygen typos in perfdhcp. --- diff --git a/tests/tools/perfdhcp/localized_option.h b/tests/tools/perfdhcp/localized_option.h index 19d74cdcbe..a6e41553a3 100644 --- a/tests/tools/perfdhcp/localized_option.h +++ b/tests/tools/perfdhcp/localized_option.h @@ -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). /// diff --git a/tests/tools/perfdhcp/perf_pkt4.h b/tests/tools/perfdhcp/perf_pkt4.h index 4ef779c749..48382fca38 100644 --- a/tests/tools/perfdhcp/perf_pkt4.h +++ b/tests/tools/perfdhcp/perf_pkt4.h @@ -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 diff --git a/tests/tools/perfdhcp/perf_pkt6.h b/tests/tools/perfdhcp/perf_pkt6.h index 590fb9e3b6..e7077b36e3 100644 --- a/tests/tools/perfdhcp/perf_pkt6.h +++ b/tests/tools/perfdhcp/perf_pkt6.h @@ -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 diff --git a/tests/tools/perfdhcp/pkt_transform.h b/tests/tools/perfdhcp/pkt_transform.h index 4c81848cb8..0f38afc7f8 100644 --- a/tests/tools/perfdhcp/pkt_transform.h +++ b/tests/tools/perfdhcp/pkt_transform.h @@ -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,