summaryrefslogtreecommitdiff
path: root/src/reader.h
diff options
context:
space:
mode:
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: