Parcourir la source

[3367] Missing doxygen tag added.

Tomek Mrugalski il y a 10 ans
Parent
commit
cc48ac843b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
     }