summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bt.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-bt.c
parent2686de2edef67ddd6e25602643067127e1886be1 (diff)
downloadNetworkManager-61615781c587c04b5a6b44b92c1e7c232e86aed0.tar.gz
libnm/doc: fix gtk-doc for deprecated markers in libnm
Diffstat (limited to 'libnm/nm-device-bt.c')
-rw-r--r--libnm/nm-device-bt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device-bt.c b/libnm/nm-device-bt.c
index bf7535945c..8df952655b 100644
--- a/libnm/nm-device-bt.c
+++ b/libnm/nm-device-bt.c
@@ -50,7 +50,7 @@ G_DEFINE_TYPE (NMDeviceBt, nm_device_bt, 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_bt_get_hw_address (NMDeviceBt *device)