summaryrefslogtreecommitdiff
path: root/libnm/nm-device-wpan.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-03-13 19:45:09 +0100
committerThomas Haller <thaller@redhat.com>2020-03-23 09:32:04 +0100
commit61615781c587c04b5a6b44b92c1e7c232e86aed0 (patch)
tree63eafefa40799366d7c77f4c41cb7994b0e132c1 /libnm/nm-device-wpan.c
parent2686de2edef67ddd6e25602643067127e1886be1 (diff)
downloadNetworkManager-61615781c587c04b5a6b44b92c1e7c232e86aed0.tar.gz
libnm/doc: fix gtk-doc for deprecated markers in libnm
Diffstat (limited to 'libnm/nm-device-wpan.c')
-rw-r--r--libnm/nm-device-wpan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-wpan.c b/libnm/nm-device-wpan.c
index 2b7f0566d7..9cbf4ae042 100644
--- a/libnm/nm-device-wpan.c
+++ b/libnm/nm-device-wpan.c
@@ -33,7 +33,7 @@ G_DEFINE_TYPE (NMDeviceWpan, nm_device_wpan, NM_TYPE_DEVICE)
* Returns: the active 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_wpan_get_hw_address (NMDeviceWpan *device)