diff -r cc123f0d84af -r 00f876b129bc finch/gntrequest.h --- a/finch/gntrequest.h Fri Jan 31 17:56:27 2014 +0530 +++ b/finch/gntrequest.h Fri Jan 31 18:14:33 2014 +0530 @@ -37,7 +37,7 @@ /** * Get the ui-functions. * - * @return The PurpleRequestUiOps structure populated with the appropriate functions. + * Returns: The PurpleRequestUiOps structure populated with the appropriate functions. */ PurpleRequestUiOps *finch_request_get_ui_ops(void); @@ -60,9 +60,9 @@ /** * Create a widget field for a request-field. * - * @param field The request field. + * @field: The request field. * - * @return A GntWidget for the request field. + * Returns: A GntWidget for the request field. */ GntWidget *finch_request_field_get_widget(PurpleRequestField *field); /*@}*/