From 83905c9937cb874421db04846b3cc05bc4e99dc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 7 Nov 2014 10:56:42 +0100 Subject: [PATCH] uri: Fix gobject-introspection warnings gsturi.c:997: Error: Gst: Skipping invalid GTK-Doc comment block: /** private GstUri functions **/ ^ gsturi.c:1179: Error: Gst: Skipping invalid GTK-Doc comment block: /** RFC 3986 functions **/ ^ --- gst/gsturi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gsturi.c b/gst/gsturi.c index 4584be9..b1280fc 100644 --- a/gst/gsturi.c +++ b/gst/gsturi.c @@ -1004,7 +1004,7 @@ static void _gst_uri_free (GstUri * uri); static GstUri *_gst_uri_new (void); static GList *_remove_dot_segments (GList * path); -/** private GstUri functions **/ +/* private GstUri functions */ static GstUri * _gst_uri_new (void) @@ -1186,7 +1186,7 @@ _gst_uri_normalize_table_noop (GHashTable * table) #define _gst_uri_normalize_query _gst_uri_normalize_table_noop #define _gst_uri_normalize_fragment _gst_uri_normalize_str_noop -/** RFC 3986 functions **/ +/* RFC 3986 functions */ static GList * _merge (GList * base, GList * path) -- 2.7.4