Commit ff89b491 authored by Max Kellermann's avatar Max Kellermann

ConfigData: update API documentation

parent 7552dff0
...@@ -109,7 +109,7 @@ struct config_param { ...@@ -109,7 +109,7 @@ struct config_param {
const char *default_value=nullptr) const; 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. * specified block.
*/ */
AllocatedPath GetBlockPath(const char *name, const char *default_value, AllocatedPath GetBlockPath(const char *name, const char *default_value,
......
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