From 5a58ef53b4a235f82cd5723c1b33503610174097 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 6 Jul 2010 18:57:22 +0200 Subject: [PATCH] TimelineOverlay: Fix doc --- ges/ges-timeline-overlay.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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"