From: Tomek Mrugalski Date: Thu, 9 Oct 2014 13:50:39 +0000 (+0200) Subject: [3367] Missing doxygen tag added. X-Git-Tag: trac3162a_base~8^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc48ac843b8620e6e73f2b1af4813e7a754b9da5;p=thirdparty%2Fkea.git [3367] Missing doxygen tag added. --- diff --git a/src/bin/dhcp4/tests/dhcp4_client.h b/src/bin/dhcp4/tests/dhcp4_client.h index 69af401429..0be7b662d1 100644 --- a/src/bin/dhcp4/tests/dhcp4_client.h +++ b/src/bin/dhcp4/tests/dhcp4_client.h @@ -85,6 +85,7 @@ public: /// @brief Sets the value to "specified". /// /// It does not alter the actual value. It only marks it "specified". + /// @param specified boolean that determined if a value is specified or not void specify(const bool specified) { specified_ = specified; }