diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 03:43:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 03:43:13 +0000 |
commit | d6d221911d8a8515bf91c9d0721025669717d6f8 (patch) | |
tree | 2278ffd2c796e1d04f93a163401b9ba5eff1372b /gobject/gvaluearray.c | |
parent | ee96535cec0c02bbe15688489654e816dd5c1e7a (diff) | |
download | glib-d6d221911d8a8515bf91c9d0721025669717d6f8.tar.gz glib-d6d221911d8a8515bf91c9d0721025669717d6f8.tar.bz2 glib-d6d221911d8a8515bf91c9d0721025669717d6f8.zip |
Fix up section comments
svn path=/trunk/; revision=7137
Diffstat (limited to 'gobject/gvaluearray.c')
-rw-r--r-- | gobject/gvaluearray.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gobject/gvaluearray.c b/gobject/gvaluearray.c index 2137e357a..889a7f5ab 100644 --- a/gobject/gvaluearray.c +++ b/gobject/gvaluearray.c @@ -32,13 +32,10 @@ /** * SECTION:value_arrays - * - * @Short_description: A container structure to maintain an array of - * generic values - * - * @See_also:#GValue, #GParamSpecValueArray, g_param_spec_value_array() - * - * @Title: Value arrays + * @short_description: A container structure to maintain an array of + * generic values + * @see_also: #GValue, #GParamSpecValueArray, g_param_spec_value_array() + * @title: Value arrays * * The prime purpose of a #GValueArray is for it to be used as an * object property that holds an array of values. A #GValueArray wraps |