Bump version
[libsub.git] / src / collect.h
index 9f3db63a6c980d242bb3782c663e61e75861ee0d..34f81aad87e4b6f81551e5b710ecd881af15836d 100644 (file)
 #include "raw_subtitle.h"
 
 namespace sub {
-       
+
+/** Collect sub::RawSubtitle objects into sub::Subtitles.
+ *  This method is templated so that any container type can be used for the result.
+ */
 template <class T>
 T
 collect (std::list<RawSubtitle> raw)