Browse Source

[3367] Missing doxygen tag added.

Tomek Mrugalski 10 years ago
parent
commit
cc48ac843b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/dhcp4/tests/dhcp4_client.h

+ 1 - 0
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;
     }