From b31d171ae87dabe8026934c60b1a1195dddd32a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Mar 2015 11:21:29 +0100 Subject: *: doxygen fixups --- src/tag/TagBuilder.hxx | 2 +- src/tag/TagRva2.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tag') diff --git a/src/tag/TagBuilder.hxx b/src/tag/TagBuilder.hxx index 19186ab75..738caa6cd 100644 --- a/src/tag/TagBuilder.hxx +++ b/src/tag/TagBuilder.hxx @@ -138,7 +138,7 @@ public: * * @param type the type of the new tag item * @param value the value of the tag item (not null-terminated) - * @param len the length of #value + * @param length the length of #value */ gcc_nonnull_all void AddItem(TagType type, const char *value, size_t length); diff --git a/src/tag/TagRva2.hxx b/src/tag/TagRva2.hxx index 510dd043e..615d5a282 100644 --- a/src/tag/TagRva2.hxx +++ b/src/tag/TagRva2.hxx @@ -26,7 +26,7 @@ struct id3_tag; struct ReplayGainInfo; /** - * Parse the RVA2 tag, and fill the #replay_gain_info struct. This is + * Parse the RVA2 tag, and fill the #ReplayGainInfo struct. This is * used by decoder plugins with ID3 support. * * @return true on success -- cgit v1.2.3