diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-11 13:57:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 13:57:09 +0000 |
| commit | 48e131545b4d226a2890bb5345cb579fe4466868 (patch) | |
| tree | 8e246f6697c1994d95748389ae41d1e62a2195ef /src | |
| parent | 32e9295b8850dc8236ed273db8d0517752816114 (diff) | |
| parent | bcb2263d0108cd78f7e5fc35a0759f6eaedb2b1d (diff) | |
Merge.
Diffstat (limited to 'src')
| -rw-r--r-- | src/subrip_reader.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc index 97d28c5..ddaa112 100644 --- a/src/subrip_reader.cc +++ b/src/subrip_reader.cc @@ -17,6 +17,10 @@ */ +/** @file src/subrip_reader.cc + * @brief SubripReader class. + */ + #include "subrip_reader.h" #include "exceptions.h" #include <boost/algorithm/string.hpp> |
