diff options
author | Harry Mallon <hjmallon@gmail.com> | 2018-05-11 14:53:43 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-05-11 16:49:25 +0200 |
commit | fe3db7aed38b0a50d2b0e84e0fecc23a23a08738 (patch) | |
tree | 3c8f8b480f0691081af3d30c7bcc3941175ecb8b /libnm-glib | |
parent | 62363ebc8fbe1caf537932a27a723772d2eb725b (diff) |
doc: fix GTK-Doc NMRoute links
https://mail.gnome.org/archives/networkmanager-list/2018-May/msg00000.html
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-ip4-config.c | 4 | ||||
-rw-r--r-- | libnm-glib/nm-ip6-config.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-ip4-config.c b/libnm-glib/nm-ip4-config.c index 9e0e2e2d2..8954ee7ba 100644 --- a/libnm-glib/nm-ip4-config.c +++ b/libnm-glib/nm-ip4-config.c @@ -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 * diff --git a/libnm-glib/nm-ip6-config.c b/libnm-glib/nm-ip6-config.c index 5ec02dae8..b655b239a 100644 --- a/libnm-glib/nm-ip6-config.c +++ b/libnm-glib/nm-ip6-config.c @@ -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 * |