doc: fix GTK-Doc NMRoute links

https://mail.gnome.org/archives/networkmanager-list/2018-May/msg00000.html
This commit is contained in:
Harry Mallon
2018-05-11 14:53:43 +01:00
committed by Thomas Haller
parent 62363ebc8f
commit fe3db7aed3
3 changed files with 4 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class)
/**
* NMIP4Config:routes:
*
* The #GPtrArray containing #NMSettingIP4Routes of the configuration.
* The #GPtrArray containing #NMSettingIP4Route<!-- -->s of the configuration.
**/
g_object_class_install_property
(object_class, PROP_ROUTES,
@@ -459,7 +459,7 @@ nm_ip4_config_get_wins_servers (NMIP4Config *config)
* Gets the routes.
*
* Returns: (element-type NMIP4Route): the #GSList containing
* #NMIP4Routes. This is the internal copy used by the configuration,
* #NMIP4Route<!-- -->s. This is the internal copy used by the configuration,
* and must not be modified.
**/
const GSList *

View File

@@ -310,7 +310,7 @@ nm_ip6_config_get_searches (NMIP6Config *config)
* Gets the routes.
*
* Returns: (element-type NMIP6Route): the #GSList containing
* #NMIP6Routes. This is the internal copy used by the configuration,
* #NMIP6Route<!-- -->s. This is the internal copy used by the configuration,
* and must not be modified.
**/
const GSList *

View File

@@ -491,7 +491,7 @@ nm_ip_config_get_wins_servers (NMIPConfig *config)
* Gets the routes.
*
* Returns: (element-type NMIPRoute) (transfer none): the #GPtrArray containing
* #NMIPRoutes. This is the internal copy used by the configuration, and must
* #NMIPRoute<!-- -->s. This is the internal copy used by the configuration, and must
* not be modified. The library never modifies the returned array and thus it is
* safe for callers to reference and keep using it.
*