Commit 760b0989 authored by Dominik Charousset's avatar Dominik Charousset

Document return value of config_value_field::set

parent 07acd352
......@@ -47,7 +47,8 @@ public:
// -- modifiers --------------------------------------------------------------
/// Sets this field in `object` to `x`.
/// Tries to set this field in `object` to `x`.
/// @returns `true` on success, `false` otherwise.
virtual bool set(Object& object, const config_value& x) const = 0;
/// Restores the default value for this field in `object`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment