From 61615781c587c04b5a6b44b92c1e7c232e86aed0 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 13 Mar 2020 19:45:09 +0100 Subject: libnm/doc: fix gtk-doc for deprecated markers in libnm --- libnm/nm-device-bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnm/nm-device-bond.c') diff --git a/libnm/nm-device-bond.c b/libnm/nm-device-bond.c index 72203247bc..cb236af931 100644 --- a/libnm/nm-device-bond.c +++ b/libnm/nm-device-bond.c @@ -50,7 +50,7 @@ G_DEFINE_TYPE (NMDeviceBond, nm_device_bond, NM_TYPE_DEVICE) * Returns: the hardware address. This is the internal string used by the * device, and must not be modified. * - * Deprecated: 1.24 use nm_device_get_hw_address() instead. + * Deprecated: 1.24: Use nm_device_get_hw_address() instead. **/ const char * nm_device_bond_get_hw_address (NMDeviceBond *device) -- cgit v1.2.1