mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
Fix malformed GTK-Doc comment blocks: add missing colons.
Found these thanks to improved gobject-introspection GTK-Doc comment block/annotation parser from: 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
6bd47498a0
commit
8e740f726f
@@ -2482,7 +2482,7 @@ g_test_log_buffer_new (void)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_test_log_buffer_free
|
||||
* g_test_log_buffer_free:
|
||||
*
|
||||
* Internal function for gtester to free test log messages, no ABI guarantees provided.
|
||||
*/
|
||||
@@ -2497,7 +2497,7 @@ g_test_log_buffer_free (GTestLogBuffer *tbuffer)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_test_log_buffer_push
|
||||
* g_test_log_buffer_push:
|
||||
*
|
||||
* Internal function for gtester to decode test log messages, no ABI guarantees provided.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user