diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 21:30:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 21:30:59 +0100 |
commit | ff89b491ddfec4b25aa26423818da9034adaa04a (patch) | |
tree | 8ae4c6f3e73042c3cae93d21a4a61bd7cb5e493f /src/config | |
parent | 7552dff0e56befa091d889cdb56f7d881d985a5a (diff) | |
download | mpd-ff89b491ddfec4b25aa26423818da9034adaa04a.tar.gz mpd-ff89b491ddfec4b25aa26423818da9034adaa04a.tar.xz mpd-ff89b491ddfec4b25aa26423818da9034adaa04a.zip |
ConfigData: update API documentation
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/ConfigData.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigData.hxx b/src/config/ConfigData.hxx index e42d674ba..1a16fae7f 100644 --- a/src/config/ConfigData.hxx +++ b/src/config/ConfigData.hxx @@ -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, |