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: ff8e563365
This commit is contained in:
Beniamino Galvani 2018-03-28 16:41:51 +02:00
parent a187585222
commit d169cde872

View file

@ -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 <glib.h>
#include <NetworkManager.h>