diff options
author | Wouter Bolsterlee <wbolster@svn.gnome.org> | 2008-01-28 00:37:21 +0000 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-01-28 00:37:21 +0000 |
commit | 4f605005a61cdd67f5b223f8f579ff47796926aa (patch) | |
tree | c3786fab2bbcdf5325a4d0432062b0edfa1579dc /pango/reorder-items.c | |
parent | aa8c59cc59ad897f2934e49fd69034876cc00215 (diff) | |
download | pango-4f605005a61cdd67f5b223f8f579ff47796926aa.tar.gz |
Fixed gtk-doc warnings.
2008-01-28 Wouter Bolsterlee <wbolster@svn.gnome.org>
* pango/pango-context.c:
* pango/pango-fontmap.c:
* pango/pango-utils.c:
* pango/pangofc-fontmap.h:
* pango/pangox.c:
* pango/reorder-items.c:
Fixed gtk-doc warnings.
svn path=/trunk/; revision=2555
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 23ba5836..126d310d 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -37,7 +37,7 @@ static GList *reorder_items_recurse (GList *items, int n_items); * directional levels, produce a list in visual order. * The original list is unmodified. * - * Returns a #GList of #PangoItem structures in visual order. + * Returns: a #GList of #PangoItem structures in visual order. * * (Please open a bug if you use this function. * It is not a particularly convenient interface, and the code |