*: doxygen fixups
This commit is contained in:
@@ -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);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user