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/AudioParser.hxx | |
parent | 085f06594c38333536040d19eec21240cf98b12c (diff) | |
download | mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.gz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.xz mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.zip |
*: doxygen fixups
Diffstat (limited to 'src/AudioParser.hxx')
-rw-r--r-- | src/AudioParser.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AudioParser.hxx b/src/AudioParser.hxx index 863fa5698..247d0d6f0 100644 --- a/src/AudioParser.hxx +++ b/src/AudioParser.hxx @@ -30,12 +30,12 @@ class Error; /** * Parses a string in the form "SAMPLE_RATE:BITS:CHANNELS" into an - * #audio_format. + * #AudioFormat. * * @param dest the destination #audio_format struct * @param src the input string * @param mask if true, then "*" is allowed for any number of items - * @param error_r location to store the error occurring, or NULL to + * @param error location to store the error occurring, or NULL to * ignore errors * @return true on success */ |