mlt_filter.[ch], mlt_transition.[ch], mlt_consumer.[ch]: improve doxygen for filter...
[melted] / src / framework / mlt_multitrack.c
index 432b90c..a103852 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
-/** Forward reference.
-*/
+/* Forward reference. */
 
 static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int index );
 
-/** Constructor.
+/** Construct and initialize a new multitrack.
 */
 
 mlt_multitrack mlt_multitrack_init( )