Doxygen tweaks.
[libdcp.git] / src / dcp_time.h
index c5d0186e4cf88ab0614924c82f7208a9a458b211..88a4d8a10b75ac3d606478d7a56b546c0284bda3 100644 (file)
@@ -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);