diff --git a/ges/ges-timeline-overlay.c b/ges/ges-timeline-overlay.c index e132cd032f..475e14efa0 100644 --- a/ges/ges-timeline-overlay.c +++ b/ges/ges-timeline-overlay.c @@ -22,10 +22,12 @@ * SECTION:ges-timeline-overlay * @short_description: Base Class for overlays in a #GESTimelineLayer * - * Overlays are objects which modify the underlying layer(s). Examples of - * overlays include text, image watermarks, or audio dubbing. Transitions, - * which change from one source to another over time, are not considered - * overlays. + * Overlays are objects which modify the underlying layer(s). + * + * Examples of overlays include text, image watermarks, or audio dubbing. + * + * Transitions, which change from one source to another over time, are + * not considered overlays. */ #include "ges-internal.h"