From 6d5c9782acb8b095c3fce68dd9d46476c016cb11 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval R Date: Sat, 5 Feb 2022 20:40:24 +0100 Subject: [PATCH] CHECK_VERSION: Document macro Macros do not use Returns annotation. --- libsecret/secret-version.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsecret/secret-version.h.in b/libsecret/secret-version.h.in index 8dae6a5..810d11e 100644 --- a/libsecret/secret-version.h.in +++ b/libsecret/secret-version.h.in @@ -46,8 +46,8 @@ * @minor: minor version to be satisfied * @micro: micro version to be satisfied * - * Returns: %TRUE if using libsecret is newer than or equal to the - * given version + * Returns `TRUE` if using libsecret is newer than or equal to the + * given version. */ #define SECRET_CHECK_VERSION(major, minor, micro) \ (SECRET_MAJOR_VERSION > (major) || \