summaryrefslogtreecommitdiff
path: root/src/reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-31 14:38:35 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-31 14:38:35 +0100
commitd6b067d2a2ec5f0490c9fb17ddd605d0e860480d (patch)
treee09a1ab45914404287c62ec643a79c81e5c4c27d /src/reader.h
parente7c76c9b740f01c3dbc259e4f23acba65cfb7c03 (diff)
Some Doxygen comments.
Diffstat (limited to 'src/reader.h')
-rw-r--r--src/reader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reader.h b/src/reader.h
index 1237bb5..989ad58 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -27,6 +27,9 @@
namespace sub {
+/** @class Reader
+ * @brief Parent for classes which can read particular subtitle formats.
+ */
class Reader
{
public: