diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 00:32:50 +0100 |
| commit | 635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (patch) | |
| tree | 95bcbd26ddba8468e8451167a52bb014c984c379 /src/dcp_time.h | |
| parent | 5694bd6954baacd8bed0ef115bbfcf1e73f027b9 (diff) | |
Doxygen tweaks.
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index c5d0186e..88a4d8a1 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -39,8 +39,10 @@ public: /** Construct a zero Time */ Time () : h (0), m (0), s (0), e (0), tcr (1) {} - /** Construct a Time from a frame index (starting from 0), - * a frames per second count and a timecode rate. + /** Construct a Time. + * @param Frame index (starting from 0). + * @param frames_per_second Frames per second. + * @param tcr Timecode rate. */ Time (int frame, int frames_per_second, int tcr); |
