From 5b0d6a59cfc99cb0cbb92a65dd8181cd5e59835a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 23:26:16 +0100 Subject: decoder/dsdlib: move API documentation to header --- src/decoder/DsdLib.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/decoder/DsdLib.hxx') diff --git a/src/decoder/DsdLib.hxx b/src/decoder/DsdLib.hxx index 09633f681..a20df99a6 100644 --- a/src/decoder/DsdLib.hxx +++ b/src/decoder/DsdLib.hxx @@ -47,6 +47,10 @@ bool dsdlib_skip(Decoder *decoder, InputStream &is, int64_t delta); +/** + * Add tags from ID3 tag. All tags commonly found in the ID3 tags of + * DSF and DSDIFF files are imported + */ void dsdlib_tag_id3(InputStream &is, const struct tag_handler *handler, -- cgit v1.2.3