tag/Generic: remove redundant documentation
This commit is contained in:
@@ -31,9 +31,6 @@
|
|||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
/**
|
|
||||||
* Attempts to scan APE or ID3 tags from the specified file.
|
|
||||||
*/
|
|
||||||
bool
|
bool
|
||||||
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
|
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
|
||||||
{
|
{
|
||||||
@@ -50,9 +47,6 @@ ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Attempts to scan APE or ID3 tags from the specified file.
|
|
||||||
*/
|
|
||||||
bool
|
bool
|
||||||
ScanGenericTags(Path path, const TagHandler &handler, void *ctx)
|
ScanGenericTags(Path path, const TagHandler &handler, void *ctx)
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user