Fix erroneous gtk-doc comment blocks.
authorTommi Komulainen <tommi.komulainen@nokia.com>
Mon, 13 Mar 2006 16:21:56 +0000 (16:21 +0000)
committerTommi Komulainen <tommi.komulainen@nokia.com>
Mon, 13 Mar 2006 16:21:56 +0000 (16:21 +0000)
2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>

* 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.

ChangeLog
hildon-widgets/hildon-caption.c
hildon-widgets/hildon-composite-widget.h
hildon-widgets/hildon-get-password-dialog.c
hildon-widgets/hildon-grid-item.h
hildon-widgets/hildon-grid.h
hildon-widgets/hildon-volumebar-range.c
hildon-widgets/hildon-vvolumebar.c

index cb6d817..f0839fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2006-03-13  Tommi Komulainen  <tommi.komulainen@nokia.com>
 
+       * 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  <tommi.komulainen@nokia.com>
+
        * 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
index 0fd3e94..91a46c2 100644 (file)
@@ -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 &quot;size_group&quot;. 
  */
 #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 &quot;size_group&quot;. 
  */
 #ifndef HILDON_DISABLE_DEPRECATED
 GtkSizeGroup *hildon_caption_get_sizegroup( const HildonCaption *self )
index 363cd12..cf4069b 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-/**
+/*
  * @file
  *
  * Hildon composite widget includes all features which were not fitting into
index 20a6fb2..3b7cda0 100644 (file)
@@ -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 )
index a6ff3bf..fa3c5de 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-/**
+/*
  * @file hildon-grid-item.h
  *
  * This file is a header file for he implementation of HildonGridItem.
index 41764c9..93fd301 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-/**
+/*
  * @file hildon-grid.h
  *
  * This file is a header file for hildon-grid.c, the implementation of
index 97ec6e3..c0fe371 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-/** 
+/* 
  * @file hildon-volumebar-range.c
  *
  * This file contains the implementation of the HildonVolumebarRange.
index 2be073d..888f18e 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-/**
+/*
  * @file hildon-vvolumebar.c
  *
  * This file contains the implementation of HildonVVolumebar.