diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 20:07:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-04-12 21:12:16 -0400 |
commit | 050cba6a31bb783720eb2cb9e773784d24107f03 (patch) | |
tree | b45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtkrecentmanager.c | |
parent | da755ada52a2ce482c1fc15be70e9f2dbd477201 (diff) | |
download | gtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz |
Fix malformed doc comments
Most of these are forgotten :'s and similar details
which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r-- | gtk/gtkrecentmanager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index d5fac3dc64..9d20011cce 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -280,7 +280,7 @@ gtk_recent_manager_class_init (GtkRecentManagerClass *klass) gobject_class->finalize = gtk_recent_manager_finalize; /** - * GtkRecentManager:filename + * GtkRecentManager:filename: * * The full path to the file to be used to store and read the recently * used resources list @@ -296,7 +296,7 @@ gtk_recent_manager_class_init (GtkRecentManagerClass *klass) (G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE))); /** - * GtkRecentManager:size + * GtkRecentManager:size: * * The size of the recently used resources list. * @@ -313,7 +313,7 @@ gtk_recent_manager_class_init (GtkRecentManagerClass *klass) G_PARAM_READABLE)); /** - * GtkRecentManager::changed + * GtkRecentManager::changed: * @recent_manager: the recent manager * * Emitted when the current recently used resources manager changes its |