From: Thibault Saunier Date: Wed, 26 Jun 2013 21:08:16 +0000 (-0400) Subject: docs: Misc documentation fixes X-Git-Tag: 1.19.3~493^2~1834 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd111fa10ae720f270e0e3baa2c7466d5d934065;p=platform%2Fupstream%2Fgstreamer.git docs: Misc documentation fixes --- diff --git a/ges/ges-effect-asset.c b/ges/ges-effect-asset.c index ba9c3f3..f683187 100644 --- a/ges/ges-effect-asset.c +++ b/ges/ges-effect-asset.c @@ -18,9 +18,11 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION: ges-effect-asset +/* SECTION: ges-effect-asset * @short_description: A GESAsset subclass specialized in GESEffect extraction + * + * This is internal, and implementation details, so we are not showing it in the + * documentation */ #include "ges-effect-asset.h" diff --git a/ges/ges-gerror.h b/ges/ges-gerror.h index 1fce423..b35f2a4 100644 --- a/ges/ges-gerror.h +++ b/ges/ges-gerror.h @@ -30,7 +30,7 @@ G_BEGIN_DECLS /** * GES_ERROR: * - * An error happend in GES + * An error happened in GES */ #define GES_ERROR g_quark_from_static_string("GES_ERROR")