From: Yoshitaka Aharen Date: Wed, 29 May 2013 04:20:25 +0000 (+0900) Subject: [2796] correct doxygen comment X-Git-Tag: bind10-1.2.0beta1-release~409^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3a4dc9a80f85583f71c789555deba8fae2f0381;p=thirdparty%2Fkea.git [2796] correct doxygen comment --- diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h index 9fe2c4ea62..2ab987d40f 100644 --- a/src/bin/auth/statistics.h +++ b/src/bin/auth/statistics.h @@ -182,8 +182,7 @@ public: /// \brief Set Recursion Desired (RD) bit of the request. /// - /// \param with_dnssec_ok true if Recursion Desired (RD)bit of the request - // is set + /// \param with_rd true if Recursion Desired (RD)bit of the request is set /// \throw None void setRequestRD(const bool with_rd) { bit_attributes_[REQ_WITH_RD] = with_rd;