From: Tomek Mrugalski Date: Mon, 27 May 2019 07:38:37 +0000 (+0200) Subject: [#618,!339] Removed duplicate doxygen comment X-Git-Tag: Kea-1.6.0-beta~66 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F618-address-doxygen-warnings-errors;p=thirdparty%2Fkea.git [#618,!339] Removed duplicate doxygen comment --- diff --git a/src/lib/dhcpsrv/cfg_option.h b/src/lib/dhcpsrv/cfg_option.h index 116c289d0e..58800734db 100644 --- a/src/lib/dhcpsrv/cfg_option.h +++ b/src/lib/dhcpsrv/cfg_option.h @@ -405,8 +405,7 @@ public: /// merged configuration. /// /// @param cfg_def set of of user-defined option definitions to use - /// when creating option instances. - /// @param cfg_def option definitions to reference when merging + /// when merging. /// @param other option configuration to merge in. void merge(CfgOptionDefPtr cfg_def, CfgOption& other);