From: Tomek Mrugalski Date: Tue, 11 Dec 2018 19:15:08 +0000 (+0100) Subject: [#339, !169] Corrected two mistakes. X-Git-Tag: 343-put-socket-control-buffer-in-the-stack_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd136580f9705fcb04339ff9775d59a9c65804d;p=thirdparty%2Fkea.git [#339, !169] Corrected two mistakes. --- diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index d2bb72bb3f..f9b9409a68 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -38,7 +38,6 @@ * * @section buildingKeaWithUnitTests Building Kea with Unit tests * - @subpage unitTests - * - @subpage unitTestsIntroduction * - @subpage unitTestsEnvironmentVariables * - @subpage unitTestsDatabaseConfig * - @subpage unitTestsSysrepo diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 8ee6015554..eb9fe718bc 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -367,7 +367,7 @@ public: } /// @brief Sets information about the dhcp queue control - /// @param dhcp_queue_controlnew dhcp queue control information + /// @param dhcp_queue_control new dhcp queue control information void setDHCPQueueControl(const isc::data::ConstElementPtr dhcp_queue_control) { dhcp_queue_control_ = dhcp_queue_control; }