mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 11:50:29 +01:00
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:
parent
a187585222
commit
d169cde872
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue