NetworkManager/docs
Beniamino Galvani 1a3fccc682 build: fix errors when building with gtk-doc 1.32
gtkdoc-scan 1.32 performs stricter checks on structures definitions
and so it complains on:

 /build/networkmanager/src/NetworkManager/libnm/./nm-vpn-plugin-old.h:0: warning: partial declaration (struct) : typedef struct {
 	NM_DEPRECATED_IN_1_2
 	GObject parent;
 } NMVpnPluginOld NM_DEPRECATED_IN_1_2;

because of the unrecognized token 'NM_DEPRECATED_IN_1_2'.

Pass all allowed macros to gtkdoc-scan through the --ignore-decorators
argument.

https://gitlab.gnome.org/GNOME/gtk-doc/issues/98
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/238
(cherry picked from commit 2d941dc95a)
(cherry picked from commit d5ed990caf)
2019-10-08 14:04:09 +02:00
..
api build/meson: fix location of introspection files 2019-04-18 20:20:46 +02:00
libnm build: fix errors when building with gtk-doc 1.32 2019-10-08 14:04:09 +02:00
libnm-glib Revert "all: goodbye libnm-glib" 2019-04-03 08:52:38 +02:00
libnm-util Revert "all: goodbye libnm-glib" 2019-04-03 08:52:38 +02:00
meson.build Revert "all: goodbye libnm-glib" 2019-04-03 08:52:38 +02:00