Fix malformed GTK-Doc comment blocks: invalid parameters and tags.

Found these thanks to the improved gobject-introspection
GTK-Doc comment block/annotation parser.
See https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
Dieter Verfaillie
2012-04-03 20:17:00 +02:00
committed by Johan Dahlin
parent fefe5d9a20
commit 0183c1f8a1
4 changed files with 4 additions and 5 deletions

View File

@@ -4058,7 +4058,7 @@ g_type_check_class_cast (GTypeClass *type_class,
* Private helper function to aid implementation of the G_TYPE_CHECK_INSTANCE()
* macro.
*
* @Returns: #TRUE if @instance is valid, #FALSE otherwise.
* Returns: %TRUE if @instance is valid, %FALSE otherwise.
*/
gboolean
g_type_check_instance (GTypeInstance *type_instance)