Fix malformed doc comments

Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
This commit is contained in:
Matthias Clasen
2012-04-12 20:07:28 -04:00
parent da755ada52
commit 050cba6a31
38 changed files with 87 additions and 98 deletions

View File

@ -2146,7 +2146,7 @@ gtk_icon_source_set_filename (GtkIconSource *source,
}
/**
* gtk_icon_source_set_icon_name
* gtk_icon_source_set_icon_name:
* @source: a #GtkIconSource
* @icon_name: (allow-none): name of icon to use
*