From b6f2d9f8f4a82d1ddf075b2817d442f42840eb48 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 20 Jul 2015 21:23:21 +0200 Subject: Add annotations and fix documentation syntax warnings --- libmate-desktop/mate-aboutdialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libmate-desktop/mate-aboutdialog.c') diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c index 6bf60a6..45b223c 100644 --- a/libmate-desktop/mate-aboutdialog.c +++ b/libmate-desktop/mate-aboutdialog.c @@ -37,8 +37,7 @@ #include -/** - * The #MateAboutDialog offers a simple way to display information about +/* The #MateAboutDialog offers a simple way to display information about * a program like its logo, name, copyright, website and license. It is * also possible to give credits to the authors, documenters, translators * and artists who have worked on the program. An about dialog is typically @@ -814,7 +813,8 @@ mate_about_dialog_show (GtkWidget *widget) * Return value: The program name. The string is owned by the about * dialog and must not be modified. * - * Since: 1.9 */ + * Since: 1.9 + */ const gchar * mate_about_dialog_get_program_name (MateAboutDialog *about) { @@ -959,7 +959,7 @@ mate_about_dialog_get_copyright (MateAboutDialog *about) /** * mate_about_dialog_set_copyright: * @about: a #MateAboutDialog - * @copyright: (allow-none) the copyright string + * @copyright: (allow-none): the copyright string * * Sets the copyright string to display in the about dialog. * This should be a short string of one or two lines. @@ -2243,7 +2243,7 @@ close_cb (MateAboutDialog *about) * gtk_show_about_dialog: * @parent: (allow-none): transient parent, or %NULL for none * @first_property_name: the name of the first property - * @Varargs: value of first property, followed by more properties, %NULL-terminated + * @...: value of first property, followed by more properties, %NULL-terminated * * This is a convenience function for showing an application's about box. * The constructed dialog is associated with the parent window and -- cgit v1.2.1