From cfc65397b325088f8fb14e89867311afbfd46ff9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Feb 2016 00:01:51 +0100 Subject: [PATCH] tag/Generic: clarify documentation on InputStream overload --- src/tag/Generic.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tag/Generic.hxx b/src/tag/Generic.hxx index 36473aa47..0d9f792bf 100644 --- a/src/tag/Generic.hxx +++ b/src/tag/Generic.hxx @@ -27,7 +27,8 @@ class InputStream; class Path; /** - * Attempts to scan APE or ID3 tags from the specified file. + * Attempts to scan APE or ID3 tags from the specified stream. The + * stream does not need to be rewound. */ bool ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx);