From 2c8e235f0434099b8df7b1161b3221075208e2f0 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 5 Dec 2006 05:16:52 +0000 Subject: [PATCH] 2006-12-05 Emmanuele Bassi * clutter/clutter-event.c: Move the apidoc out. --- ChangeLog | 4 ++++ clutter/clutter-event.c | 7 ------- clutter/clutter-main.c | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index f66603075..55d89c455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-05 Emmanuele Bassi + + * clutter/clutter-event.c: Move the apidoc out. + 2006-12-05 Emmanuele Bassi * clutter/clutter-color.h: diff --git a/clutter/clutter-event.c b/clutter/clutter-event.c index 196e08003..8262ab80d 100644 --- a/clutter/clutter-event.c +++ b/clutter/clutter-event.c @@ -23,13 +23,6 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION:clutter-event - * @short_description: User and window system event functionality - * - * - */ - #include "clutter-event.h" #include diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index ca50cffe3..e0d65d7e8 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -784,7 +784,7 @@ clutter_stage_init (ClutterMainContext *context, * @argv: a pointer to the array of comman line arguments * @parameter_string: a string which is displayed in the * first line of output, after - * programname + * programname [OPTION...] * @entries: a %NULL terminated array of #GOptionEntrys * describing the options of your program * @translation_domain: a translation domain to use for translating