From 7d1e0c378134583d58002470c6723d7f0d15ebcd Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Jul 2014 17:16:43 -0400 Subject: [PATCH] libnm-util: fix gtk-doc syntax in nm-version.h to avoid a warning --- libnm-util/nm-version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-version.h.in b/libnm-util/nm-version.h.in index 4521ab73d1..0a33ac295e 100644 --- a/libnm-util/nm-version.h.in +++ b/libnm-util/nm-version.h.in @@ -51,7 +51,7 @@ * @minor: minor version (e.g. 2 for version 1.2.5) * @micro: micro version (e.g. 5 for version 1.2.5) * - * Returns %TRUE if the version of the NetworkManager header files + * Returns: %TRUE if the version of the NetworkManager header files * is the same as or newer than the passed-in version. */ #define NM_CHECK_VERSION(major,minor,micro) \