[clutter/clutter-1.18] docs: Fix syntax errors in annotations



commit 3fdee4efe9689f1eeac53ef5667dc998b40243ab
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Dec 4 16:09:09 2013 +0000

    docs: Fix syntax errors in annotations

 clutter/clutter-actor-box.c |    2 +-
 clutter/clutter-actor.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-actor-box.c b/clutter/clutter-actor-box.c
index 5389176..3f3179d 100644
--- a/clutter/clutter-actor-box.c
+++ b/clutter/clutter-actor-box.c
@@ -455,7 +455,7 @@ clutter_actor_box_clamp_to_pixel (ClutterActorBox *box)
 
 /**
  * clutter_actor_box_union:
- * @a: (in) the first #ClutterActorBox
+ * @a: (in): the first #ClutterActorBox
  * @b: (in): the second #ClutterActorBox
  * @result: (out): the #ClutterActorBox representing a union
  *   of @a and @b
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index df26b39..4943999 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -15521,7 +15521,7 @@ clutter_actor_create_pango_context (ClutterActor *self)
 /**
  * clutter_actor_create_pango_layout:
  * @self: a #ClutterActor
- * @text: (allow-none) the text to set on the #PangoLayout, or %NULL
+ * @text: (allow-none): the text to set on the #PangoLayout, or %NULL
  *
  * Creates a new #PangoLayout from the same #PangoContext used
  * by the #ClutterActor. The #PangoLayout is already configured


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]