mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Clarify documentation on config_var_is_listable()
Here we make it clear we're only looking at listable variable names, not at whether the variables themselves are gettable. Also, remove an extraneous h. (This commit is not a fixup, because of rebase conflicts.)
This commit is contained in:
committed by
David Goulet
parent
14f48cb083
commit
fe5033d3b0
@@ -589,9 +589,9 @@ config_var_needs_copy(const config_var_t *var)
|
||||
return ! config_var_has_flag(var, CFLG_NOCOPY);
|
||||
}
|
||||
|
||||
/**h
|
||||
* Return true iff variable <b>var</b> should appear on list of variables
|
||||
* given to the controller or the CLI.
|
||||
/**
|
||||
* Return true iff variable <b>var</b> should appear on list of variable
|
||||
* names given to the controller or the CLI.
|
||||
**/
|
||||
bool
|
||||
config_var_is_listable(const config_var_t *var)
|
||||
|
||||
Reference in New Issue
Block a user