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