gio: Fix use of Docbook in documentation comment

This is literally so last year.
This commit is contained in:
Philip Withnall 2016-08-12 15:58:39 +02:00
parent a079de930e
commit 0e3f968a2e

View File

@ -396,7 +396,7 @@ g_inet_socket_address_new (GInetAddress *address,
* Creates a new #GInetSocketAddress for @address and @port.
*
* If @address is an IPv6 address, it can also contain a scope ID
* (separated from the address by a "<literal>%</literal>").
* (separated from the address by a `%`).
*
* Returns: a new #GInetSocketAddress, or %NULL if @address cannot be
* parsed.