From 60fb0f5ea8e05174971dfca0e6c1dae35f816b9e Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 2 Apr 2012 17:01:32 +0200 Subject: [PATCH] Fix malformed GTK-Doc comment blocks: unmark non GTK-Doc comment block. 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 --- gio/strinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/strinfo.c b/gio/strinfo.c index 784dd8a..777f23a 100644 --- a/gio/strinfo.c +++ b/gio/strinfo.c @@ -22,7 +22,7 @@ #include #include -/** +/* * The string info map is an efficient data structure designed to be * used with a small set of items. It is used by GSettings schemas for * three purposes: -- 2.7.4