From d169cde872c433c1985188f252e1945d4972e154 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 28 Mar 2018 16:41:51 +0200 Subject: [PATCH] libnm: don't use GTK-Doc comment in nm-autoptr.h It generates the following warning: libnm/nm-autoptr.h:25: Error: NM: identifier not found on the first line: * Note that you might use this header with older versions of libnm Fixes: ff8e56336574a168d427a993d666d9e038aacbaf --- libnm/nm-autoptr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm/nm-autoptr.h b/libnm/nm-autoptr.h index e70d94aa54..6b2fd015d8 100644 --- a/libnm/nm-autoptr.h +++ b/libnm/nm-autoptr.h @@ -21,11 +21,11 @@ #ifndef __NM_AUTOPTR_H__ #define __NM_AUTOPTR_H__ -/** +/* * Note that you might use this header with older versions of libnm * that do not yet ship this header. In that case, copy the header * into your source tree. - **/ + */ #include #include