diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 20:52:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 20:52:18 +0000 |
| commit | 09dd7a3c6000e63d4e17d029f8f5a2a0749a6a81 (patch) | |
| tree | 2654f7739a5793ca2063114d064c7331ae4b13eb /src/subrip_reader.cc | |
| parent | 1765912b06a54c18dd4ceb639516ac83a60cfc84 (diff) | |
Comment.
Diffstat (limited to 'src/subrip_reader.cc')
| -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> |
