ConfigData: update API documentation
This commit is contained in:
parent
7552dff0e5
commit
ff89b491dd
src/config
|
@ -109,7 +109,7 @@ struct config_param {
|
|||
const char *default_value=nullptr) const;
|
||||
|
||||
/**
|
||||
* Same as config_dup_path(), but looks up the setting in the
|
||||
* Same as config_get_path(), but looks up the setting in the
|
||||
* specified block.
|
||||
*/
|
||||
AllocatedPath GetBlockPath(const char *name, const char *default_value,
|
||||
|
|
Loading…
Reference in New Issue