From: Marcin Siodelski Date: Fri, 16 Aug 2013 13:39:19 +0000 (+0200) Subject: [3036] Trivial: documented parameter in doxygen. X-Git-Tag: bind10-1.2.0beta1-release~257^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef9de155bd156391ed1e21a024fa9bd3835bad18;p=thirdparty%2Fkea.git [3036] Trivial: documented parameter in doxygen. --- diff --git a/src/lib/dhcp/option6_client_fqdn.cc b/src/lib/dhcp/option6_client_fqdn.cc index 5cd26647de..c5fe419c03 100644 --- a/src/lib/dhcp/option6_client_fqdn.cc +++ b/src/lib/dhcp/option6_client_fqdn.cc @@ -47,7 +47,7 @@ public: /// @param flags A value of the flags option field. /// @param domain_name A domain name carried by the option given in the /// textual format. - /// @param domain_name_type A value which indicates whether domain-name + /// @param name_type A value which indicates whether domain-name /// is partial of fully qualified. Option6ClientFqdnImpl(const uint8_t flags, const std::string& domain_name,