diff options
author | Marcin Siodelski <marcin@isc.org> | 2015-07-08 16:55:19 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2015-07-08 16:55:19 +0200 |
commit | 4410b04b5edd9f9467478cd8ffed33dc19819bcd (patch) | |
tree | 90e6e579bfe5189fe0849bfd5067b0d7c10ed419 /src/lib/util/optional_value.h | |
parent | [3484] Small fixes to remaining dox files. (diff) | |
download | kea-4410b04b5edd9f9467478cd8ffed33dc19819bcd.tar.xz kea-4410b04b5edd9f9467478cd8ffed33dc19819bcd.zip |
[3484] Fixed quite a few doxygen warnings.
Diffstat (limited to 'src/lib/util/optional_value.h')
-rw-r--r-- | src/lib/util/optional_value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/optional_value.h b/src/lib/util/optional_value.h index e8bf4d666f..cf3c8f4f87 100644 --- a/src/lib/util/optional_value.h +++ b/src/lib/util/optional_value.h @@ -107,7 +107,7 @@ public: /// /// It does not alter the actual value. It only marks it "specified" or /// "unspecified". - /// @param specified boolean that determined if a value is specified or not + /// @param state determines if a value is specified or not void specify(const OptionalValueState& state) { specified_ = state.specified_; } |