diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:43 +0100 |
commit | b31d171ae87dabe8026934c60b1a1195dddd32a2 (patch) | |
tree | a2ccb96a730049950f1f94df22b9147220dd16fc /src/filter/plugins | |
parent | 085f06594c38333536040d19eec21240cf98b12c (diff) | |
download | mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.gz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.xz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.zip |
*: doxygen fixups
Diffstat (limited to 'src/filter/plugins')
-rw-r--r-- | src/filter/plugins/ReplayGainFilterPlugin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filter/plugins/ReplayGainFilterPlugin.hxx b/src/filter/plugins/ReplayGainFilterPlugin.hxx index 6c20aa872..ec0cafc60 100644 --- a/src/filter/plugins/ReplayGainFilterPlugin.hxx +++ b/src/filter/plugins/ReplayGainFilterPlugin.hxx @@ -38,9 +38,9 @@ replay_gain_filter_set_mixer(Filter *_filter, Mixer *mixer, unsigned base); /** - * Sets a new #replay_gain_info at the beginning of a new song. + * Sets a new #ReplayGainInfo at the beginning of a new song. * - * @param info the new #replay_gain_info value, or nullptr if no replay + * @param info the new #ReplayGainInfo value, or nullptr if no replay * gain data is available for the current song */ void |