diff --git a/gio/gdbusintrospection.c b/gio/gdbusintrospection.c index 7ee3e32b6..7dcd68f20 100644 --- a/gio/gdbusintrospection.c +++ b/gio/gdbusintrospection.c @@ -1747,7 +1747,7 @@ parser_error (GMarkupParseContext *context, * Parses @xml_data and returns a #GDBusNodeInfo representing the data. * * The introspection XML must contain exactly one top-level - * element. + * `` element. * * Note that this routine is using a * [GMarkup][glib-Simple-XML-Subset-Parser.description]-based diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c index 27908bb31..d59859a9c 100644 --- a/gio/gproxyresolver.c +++ b/gio/gproxyresolver.c @@ -133,7 +133,7 @@ g_proxy_resolver_is_supported (GProxyResolver *resolver) * Looks into the system proxy configuration to determine what proxy, * if any, to use to connect to @uri. The returned proxy URIs are of * the form `://[user[:password]@]host[:port]` or - * `direct://`, where could be http, rtsp, socks + * `direct://`, where `` could be http, rtsp, socks * or other proxying protocol. * * If you don't know what network protocol is being used on the diff --git a/gio/gsocket.c b/gio/gsocket.c index c2ddadeaf..f8cdd4ca7 100644 --- a/gio/gsocket.c +++ b/gio/gsocket.c @@ -6427,7 +6427,7 @@ g_socket_get_credentials (GSocket *socket, * getsockopt(). (If you need to fetch a non-integer-valued option, * you will need to call getsockopt() directly.) * - * The [][gio-gnetworking.h] + * The [``][gio-gnetworking.h] * header pulls in system headers that will define most of the * standard/portable socket options. For unusual socket protocols or * platform-dependent options, you may need to include additional @@ -6499,7 +6499,7 @@ g_socket_get_option (GSocket *socket, * setsockopt(). (If you need to set a non-integer-valued option, * you will need to call setsockopt() directly.) * - * The [][gio-gnetworking.h] + * The [``][gio-gnetworking.h] * header pulls in system headers that will define most of the * standard/portable socket options. For unusual socket protocols or * platform-dependent options, you may need to include additional diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 8cc501c9a..ad9c190b6 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1495,7 +1495,7 @@ parse_iso8601_time (const gchar *text, gsize length, * * Creates a #GDateTime corresponding to the given * [ISO 8601 formatted string](https://en.wikipedia.org/wiki/ISO_8601) - * @text. ISO 8601 strings of the form