From def8d9dd7bc2efb6671126c4521dd0f9c08b4139 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Tue, 27 Oct 2020 02:13:57 -0500 Subject: [PATCH] Updating method docs --- src/effects/Caption.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/effects/Caption.h b/src/effects/Caption.h index f52f9a994..893474150 100644 --- a/src/effects/Caption.h +++ b/src/effects/Caption.h @@ -88,9 +88,9 @@ namespace openshot /// Blank constructor, useful when using Json to load the effect properties Caption(); - /// Default constructor, which takes 4 curves and a color. These curves animated the bars over time. + /// Default constructor, which takes a string of VTT/Subrip formatted caption data, and displays them over time. /// - /// @param color The curve to adjust the color of bars + /// @param color The curve to adjust the color of caption text /// @param captions A string with VTT/Subrip format text captions Caption(Color color, std::string captions);