From 1d9ddad9a3ee79d32091b12197bd18e0b283da22 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 1 Mar 2010 17:45:00 +0000 Subject: [PATCH] docs: Fix syntax error in Model's documentation A missing opening quote sign is breaking gtk-doc for ClutterModel. --- clutter/clutter-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-model.c b/clutter/clutter-model.c index 48cdf1dc3..c2e975f74 100644 --- a/clutter/clutter-model.c +++ b/clutter/clutter-model.c @@ -118,7 +118,7 @@ * ClutterModel custom properties for #ClutterScript * #ClutterModel defines a custom property "columns" for #ClutterScript * which allows defining the column names and types. - * + * * Example of the "columns" custom property * The definition below will create a #ClutterListModel with three * columns: the first one with name "Name" and containing strings; the