--- a/finch/libgnt/gntbutton.h Fri Jan 31 17:56:27 2014 +0530 +++ b/finch/libgnt/gntbutton.h Fri Jan 31 18:14:33 2014 +0530 @@ -73,16 +73,16 @@ G_BEGIN_DECLS /** - * @return GType for Gntbutton + * Returns: GType for Gntbutton */ GType gnt_button_get_gtype(void); /** * Create a new button. * - * @param text The text for the button. + * @text: The text for the button. * - * @return The newly created button. + * Returns: The newly created button. */ GntWidget * gnt_button_new(const char *text);