mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix malformed GTK-Doc comment blocks: add missing colons.
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
This commit is contained in:
committed by
Johan Dahlin
parent
6bd47498a0
commit
8e740f726f
@@ -283,7 +283,7 @@ g_proxy_address_get_protocol (GProxyAddress *proxy)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_proxy_address_get_destination_hostname
|
||||
* g_proxy_address_get_destination_hostname:
|
||||
* @proxy: a #GProxyAddress
|
||||
*
|
||||
* Gets @proxy's destination hostname.
|
||||
@@ -299,7 +299,7 @@ g_proxy_address_get_destination_hostname (GProxyAddress *proxy)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_proxy_address_get_destination_port
|
||||
* g_proxy_address_get_destination_port:
|
||||
* @proxy: a #GProxyAddress
|
||||
*
|
||||
* Gets @proxy's destination port.
|
||||
@@ -315,7 +315,7 @@ g_proxy_address_get_destination_port (GProxyAddress *proxy)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_proxy_address_get_username
|
||||
* g_proxy_address_get_username:
|
||||
* @proxy: a #GProxyAddress
|
||||
*
|
||||
* Gets @proxy's username.
|
||||
@@ -331,7 +331,7 @@ g_proxy_address_get_username (GProxyAddress *proxy)
|
||||
}
|
||||
|
||||
/**
|
||||
* g_proxy_address_get_password
|
||||
* g_proxy_address_get_password:
|
||||
* @proxy: a #GProxyAddress
|
||||
*
|
||||
* Gets @proxy's password.
|
||||
|
Reference in New Issue
Block a user