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/gtkvolumebutton.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/gtkvolumebutton.c')
-rw-r--r-- | gtk/gtkvolumebutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index 823d1decbf..ceb64721f5 100644 --- a/gtk/gtkvolumebutton.c +++ b/gtk/gtkvolumebutton.c @@ -204,7 +204,7 @@ gtk_volume_button_init (GtkVolumeButton *button) } /** - * gtk_volume_button_new + * gtk_volume_button_new: * * Creates a #GtkVolumeButton, with a range between 0.0 and 1.0, with * a stepping of 0.02. Volume values can be obtained and modified using |