summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-03-14 08:20:23 +0100
committerThomas Haller <thaller@redhat.com>2023-03-27 11:22:44 +0200
commit979b62c8a2f56519158637902e2f8f36166a3ac9 (patch)
tree8e1d71d0aa97025eb65a8a30e33f3f0a88bc3a5c
parentdd43b56e1ad033a755fbb76a5c480893466b7939 (diff)
downloadNetworkManager-979b62c8a2f56519158637902e2f8f36166a3ac9.tar.gz
libnm: adjust comment after "Since" annotation for NMCheckpointCreateFlags
It's not clear what the right format for extra comments after "Since:" is. Do it like for "Deprecated:", where extra comments are common.
-rw-r--r--src/libnm-core-public/nm-dbus-interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-core-public/nm-dbus-interface.h b/src/libnm-core-public/nm-dbus-interface.h
index cd74ec2cf3..b490e3b11c 100644
--- a/src/libnm-core-public/nm-dbus-interface.h
+++ b/src/libnm-core-public/nm-dbus-interface.h
@@ -986,7 +986,7 @@ typedef enum {
*
* The flags for CheckpointCreate call
*
- * Since: 1.12 (public since 1.4, g-ir since 1.12)
+ * Since: 1.12: Public since 1.4, g-ir since 1.12.
*/
typedef enum /*< flags >*/ {
NM_CHECKPOINT_CREATE_FLAG_NONE = 0,