From: Marcin Siodelski Date: Mon, 18 Mar 2019 11:51:04 +0000 (+0100) Subject: [#401,!254] Use three slashes between todo in the SrvConfig. X-Git-Tag: Kea-1.6.0-beta~362^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df83514ac07f43cd45e414e8740b945692b84e50;p=thirdparty%2Fkea.git [#401,!254] Use three slashes between todo in the SrvConfig. --- diff --git a/src/lib/dhcpsrv/srv_config.cc b/src/lib/dhcpsrv/srv_config.cc index 07137f3feb..63aa046919 100644 --- a/src/lib/dhcpsrv/srv_config.cc +++ b/src/lib/dhcpsrv/srv_config.cc @@ -166,7 +166,7 @@ SrvConfig::merge(ConfigBase& other) { if (CfgMgr::instance().getFamily() == AF_INET) { merge4(other_srv_config); } else { - // @todo merge6(); + /// @todo merge6(); } } catch (const std::bad_cast&) { isc_throw(InvalidOperation, "internal server error: must use derivation" @@ -450,7 +450,7 @@ SrvConfig::toElement() const { } // Set client-classes ConstElementPtr client_classes = class_dictionary_->toElement(); - // @todo accept empty list + /// @todo accept empty list if (!client_classes->empty()) { dhcp->set("client-classes", client_classes); }