docs: Misc documentation fixes

This commit is contained in:
Thibault Saunier 2013-06-26 17:08:16 -04:00 committed by Mathieu Duponchelle
parent fe043e0231
commit cd111fa10a
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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")