summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-03-28 16:41:51 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-03-28 17:51:36 +0200
commitd169cde872c433c1985188f252e1945d4972e154 (patch)
tree4d450968af69b56ca2d0b87eed3a1e0489a63a5e
parenta1875852221a99fa34e0a5e534e218a9f9291570 (diff)
downloadNetworkManager-d169cde872c433c1985188f252e1945d4972e154.tar.gz
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
-rw-r--r--libnm/nm-autoptr.h4
1 files 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 <glib.h>
#include <NetworkManager.h>