Improve ui_options docstring
This commit is contained in:
parent
ea67724ff5
commit
491ffc4ffd
|
@ -224,8 +224,9 @@ void register_options()
|
||||||
"autoreload buffer when a filesystem modification is detected",
|
"autoreload buffer when a filesystem modification is detected",
|
||||||
Ask);
|
Ask);
|
||||||
reg.declare_option("ui_options",
|
reg.declare_option("ui_options",
|
||||||
"options passed to UI as a string map",
|
"colon separated list of <key>=<value> options that are"
|
||||||
UserInterface::Options());
|
"passed to and interpreted by the user interface",
|
||||||
|
UserInterface::Options{});
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename UI>
|
template<typename UI>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user