diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-08-07 22:23:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-08-07 22:23:18 +0000 |
commit | f1d08f9c371bbaa5830b0cf68eabfc887bc5fc28 (patch) | |
tree | eb733b8fc25d0538db2ecf4f73247dc557185b6d /gtk/gtktreemodel.c | |
parent | 327fcd344dae28d0acbcd5c0806fca31269401ce (diff) | |
download | gtk+-f1d08f9c371bbaa5830b0cf68eabfc887bc5fc28.tar.gz |
Fix doc comment.
* gtk/gtkmain.c (gtk_init): Fix doc comment.
* gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
doc comment gtk-doc-grokkable.
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 91cd2144ae..04bce527df 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -201,7 +201,8 @@ gtk_tree_path_new_from_string (const gchar *path) /** * gtk_tree_path_new_from_indices: - * @first_index and @varargs: list of integers terminated by -1 + * @first_index: first integer + * @varargs: list of integers terminated by -1 * * Creates a new path with @first_index and @varargs as indices. * |