summaryrefslogtreecommitdiff
path: root/libnm/nm-ip-config.c
diff options
context:
space:
mode:
authorHarry Mallon <hjmallon@gmail.com>2018-05-11 14:53:43 +0100
committerThomas Haller <thaller@redhat.com>2018-05-11 16:49:25 +0200
commitfe3db7aed38b0a50d2b0e84e0fecc23a23a08738 (patch)
tree3c8f8b480f0691081af3d30c7bcc3941175ecb8b /libnm/nm-ip-config.c
parent62363ebc8fbe1caf537932a27a723772d2eb725b (diff)
downloadNetworkManager-fe3db7aed38b0a50d2b0e84e0fecc23a23a08738.tar.gz
doc: fix GTK-Doc NMRoute links
https://mail.gnome.org/archives/networkmanager-list/2018-May/msg00000.html
Diffstat (limited to 'libnm/nm-ip-config.c')
-rw-r--r--libnm/nm-ip-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-ip-config.c b/libnm/nm-ip-config.c
index ca99b1d408..d1a69f3878 100644
--- a/libnm/nm-ip-config.c
+++ b/libnm/nm-ip-config.c
@@ -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.
*