mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
committed by
Johan Dahlin
parent
fefe5d9a20
commit
0183c1f8a1
@@ -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)
|
||||
|
Reference in New Issue
Block a user