From 979b62c8a2f56519158637902e2f8f36166a3ac9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 14 Mar 2023 08:20:23 +0100 Subject: [PATCH] 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. --- src/libnm-core-public/nm-dbus-interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,