From: Tommi Komulainen Date: Mon, 13 Mar 2006 16:21:56 +0000 (+0000) Subject: Fix erroneous gtk-doc comment blocks. X-Git-Tag: 2.1.66-1~1378 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=0e7857bcb68e4f9919d53d558364e0ed392d35a9;p=hildon Fix erroneous gtk-doc comment blocks. 2006-03-13 Tommi Komulainen * hildon-widgets/hildon-caption.c * hildon-widgets/hildon-composite-widget.h * hildon-widgets/hildon-get-password-dialog.c * hildon-widgets/hildon-grid.h * hildon-widgets/hildon-grid-item.h * hildon-widgets/hildon-volumebar-range.c * hildon-widgets/hildon-vvolumebar.c: Fix erroneous gtk-doc comment blocks. --- diff --git a/ChangeLog b/ChangeLog index cb6d817..f0839fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2006-03-13 Tommi Komulainen + * hildon-widgets/hildon-caption.c + * hildon-widgets/hildon-composite-widget.h + * hildon-widgets/hildon-get-password-dialog.c + * hildon-widgets/hildon-grid.h + * hildon-widgets/hildon-grid-item.h + * hildon-widgets/hildon-volumebar-range.c + * hildon-widgets/hildon-vvolumebar.c: Fix erroneous gtk-doc comment + blocks. + +2006-03-13 Tommi Komulainen + * doc/hildon-libs.types: Add missing types * doc/hildon-libs-docs.sgml: Add missing links and some organization * doc/tmpl/*: Regenerate and add new files diff --git a/hildon-widgets/hildon-caption.c b/hildon-widgets/hildon-caption.c index 0fd3e94..91a46c2 100644 --- a/hildon-widgets/hildon-caption.c +++ b/hildon-widgets/hildon-caption.c @@ -816,7 +816,7 @@ static void hildon_caption_forall( GtkContainer *container, * * Sets a #GtkSizeGroup of a given captioned control. * - * Deprecated: Use g_object_set, property "size_group". + * Deprecated: Use g_object_set, property "size_group". */ #ifndef HILDON_DISABLE_DEPRECATED void hildon_caption_set_sizegroup( const HildonCaption *self, @@ -832,7 +832,7 @@ void hildon_caption_set_sizegroup( const HildonCaption *self, * * Query given captioned control for the #GtkSizeGroup assigned to it. * - * Deprecated: Use g_object_get, property "size_group". + * Deprecated: Use g_object_get, property "size_group". */ #ifndef HILDON_DISABLE_DEPRECATED GtkSizeGroup *hildon_caption_get_sizegroup( const HildonCaption *self ) diff --git a/hildon-widgets/hildon-composite-widget.h b/hildon-widgets/hildon-composite-widget.h index 363cd12..cf4069b 100644 --- a/hildon-widgets/hildon-composite-widget.h +++ b/hildon-widgets/hildon-composite-widget.h @@ -22,7 +22,7 @@ * */ -/** +/* * @file * * Hildon composite widget includes all features which were not fitting into diff --git a/hildon-widgets/hildon-get-password-dialog.c b/hildon-widgets/hildon-get-password-dialog.c index 20a6fb2..3b7cda0 100644 --- a/hildon-widgets/hildon-get-password-dialog.c +++ b/hildon-widgets/hildon-get-password-dialog.c @@ -437,10 +437,9 @@ void hildon_get_password_dialog_set_domain(HildonGetPasswordDialog *dialog, } /** - * hildon_get_password_dialog_set_title - * (HildonGetPasswordDialog *dialog, gchar *new_title) + * hildon_get_password_dialog_set_title: * @dialog: the dialog - * @new_ title: the text to be set as the dialog title. + * @new_title: the text to be set as the dialog title. * * sets the dialog title */ @@ -455,8 +454,7 @@ void hildon_get_password_dialog_set_title(HildonGetPasswordDialog *dialog, } /** - * hildon_get_password_dialog_set_caption - * (HildonGetPasswordDialog *dialog, gchar *new_caption) + * hildon_get_password_dialog_set_caption: * @dialog: the dialog * @new_caption: the text to be set as the caption label. * @@ -477,15 +475,12 @@ void hildon_get_password_dialog_set_caption(HildonGetPasswordDialog *dialog, } /** - * hildon_get_password_dialog_set_max_characters - * (HildonGetPasswordDialog *dialog, gint max_characters, - * gchar *error_ib_message) + * hildon_get_password_dialog_set_max_characters: * @dialog: the dialog * @max_characters: the maximum number of characters the password dialog * accepts. - * @new_caption: the text to be set as the caption label. * - * sets the password entry field's neigbouring label. + * sets the maximum number of characters allowed as the password */ void hildon_get_password_dialog_set_max_characters (HildonGetPasswordDialog *dialog, gint max_characters ) diff --git a/hildon-widgets/hildon-grid-item.h b/hildon-widgets/hildon-grid-item.h index a6ff3bf..fa3c5de 100644 --- a/hildon-widgets/hildon-grid-item.h +++ b/hildon-widgets/hildon-grid-item.h @@ -22,7 +22,7 @@ * */ -/** +/* * @file hildon-grid-item.h * * This file is a header file for he implementation of HildonGridItem. diff --git a/hildon-widgets/hildon-grid.h b/hildon-widgets/hildon-grid.h index 41764c9..93fd301 100644 --- a/hildon-widgets/hildon-grid.h +++ b/hildon-widgets/hildon-grid.h @@ -22,7 +22,7 @@ * */ -/** +/* * @file hildon-grid.h * * This file is a header file for hildon-grid.c, the implementation of diff --git a/hildon-widgets/hildon-volumebar-range.c b/hildon-widgets/hildon-volumebar-range.c index 97ec6e3..c0fe371 100644 --- a/hildon-widgets/hildon-volumebar-range.c +++ b/hildon-widgets/hildon-volumebar-range.c @@ -22,7 +22,7 @@ * */ -/** +/* * @file hildon-volumebar-range.c * * This file contains the implementation of the HildonVolumebarRange. diff --git a/hildon-widgets/hildon-vvolumebar.c b/hildon-widgets/hildon-vvolumebar.c index 2be073d..888f18e 100644 --- a/hildon-widgets/hildon-vvolumebar.c +++ b/hildon-widgets/hildon-vvolumebar.c @@ -22,7 +22,7 @@ * */ -/** +/* * @file hildon-vvolumebar.c * * This file contains the implementation of HildonVVolumebar.