Add some comments.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Jun 2019 22:11:03 +0000 (23:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Jun 2019 22:11:03 +0000 (23:11 +0100)
src/subtitle.h

index ed63983ff7e225ebf1864568cfe545e1e2b12f42..6317a741a229c2025e1e4835f111dc0afb48367e 100644 (file)
@@ -58,10 +58,12 @@ public:
 
        virtual ~Subtitle () {}
 
+       /** @return subtitle start time (relative to the start of the reel) */
        Time in () const {
                return _in;
        }
 
+       /** @return subtitle finish time (relative to the start of the reel) */
        Time out () const {
                return _out;
        }