diff --git a/glib/docs.c b/glib/docs.c index e1c621244..a8e31fb87 100644 --- a/glib/docs.c +++ b/glib/docs.c @@ -2049,7 +2049,7 @@ * G_GNUC_END_IGNORE_DEPRECATIONS * ]| * - * |[ * static void * test_deprecated_function (void) * { @@ -2083,7 +2083,7 @@ * meant to be portable across different compilers and must be placed * before the function declaration. * - * |[ * G_DEPRECATED * int my_mistake (void); * ]| @@ -2100,7 +2100,7 @@ * is meant to be portable across different compilers and must be placed * before the function declaration. * - * |[ * G_DEPRECATED_FOR(my_replacement) * int my_mistake (void); * ]|