Commit cd8fd1ef authored by Max Kellermann's avatar Max Kellermann

tag/Generic: remove redundant documentation

parent 6350089e
......@@ -31,9 +31,6 @@
#include <stdexcept>
/**
* Attempts to scan APE or ID3 tags from the specified file.
*/
bool
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
{
......@@ -50,9 +47,6 @@ ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
#endif
}
/**
* Attempts to scan APE or ID3 tags from the specified file.
*/
bool
ScanGenericTags(Path path, const TagHandler &handler, void *ctx)
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment