Commit 8cbf0990 authored by Max Kellermann's avatar Max Kellermann

tag/Id3Load: update API documentation

parent c2874522
...@@ -28,8 +28,7 @@ class InputStream; ...@@ -28,8 +28,7 @@ class InputStream;
/** /**
* Loads the ID3 tags from the #InputStream into a libid3tag object. * Loads the ID3 tags from the #InputStream into a libid3tag object.
* *
* @return nullptr on error or if no ID3 tag was found in the file (no * @return nullptr on error or if no ID3 tag was found in the file
* Error will be set)
*/ */
UniqueId3Tag UniqueId3Tag
tag_id3_load(InputStream &is); tag_id3_load(InputStream &is);
......
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