]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3367] Missing doxygen tag added.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 9 Oct 2014 13:50:39 +0000 (15:50 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 9 Oct 2014 13:50:39 +0000 (15:50 +0200)
src/bin/dhcp4/tests/dhcp4_client.h

index 69af401429894519aa1133b3043641a045104849..0be7b662d1dc5d017093e211a1d4ceff18e13d2d 100644 (file)
@@ -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;
     }