From e5c2327dcbf3ef3fcfd1e7d2982ed1573d5ec451 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 9 Jul 2019 09:24:45 -0400 Subject: [PATCH] doc: Remove trailing dot that confuse gtkdoc --- glib/garcbox.c | 2 +- glib/grcbox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/garcbox.c b/glib/garcbox.c index 6784f0057..0fa207c3f 100644 --- a/glib/garcbox.c +++ b/glib/garcbox.c @@ -155,7 +155,7 @@ * G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_release) * ]| * - * Since: 2.58. + * Since: 2.58 */ /** diff --git a/glib/grcbox.c b/glib/grcbox.c index 22a373b15..68bb73da7 100644 --- a/glib/grcbox.c +++ b/glib/grcbox.c @@ -159,7 +159,7 @@ * G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_release) * ]| * - * Since: 2.58. + * Since: 2.58 */ /* We use the same alignment as GTypeInstance and GNU libc's malloc */