libnm: Override parts of nm-setting-docs.xml
authorDan Winship <danw@gnome.org>
Sun, 16 Nov 2014 20:36:18 +0000 (15:36 -0500)
committerDan Winship <danw@redhat.com>
Wed, 19 Nov 2014 14:24:10 +0000 (09:24 -0500)
commit36156b70dc06fb235ee91f3f58942c64583fa7ca
tree2accc58666cb9655ab1f02d9483e03ef374ddc05
parent780d8bf2fe5ce6c2d391a87f99691e4d7db03104
libnm: Override parts of nm-setting-docs.xml

Add "---dbus---" sections to the NMSetting property docs, in the same
style as the plugin docs, parse them out into a file
"nm-setting-docs-overrides.xml", and use them to override the GObject
property docs in nm-setting-docs.xml.

This lets us put more D-Bus-specific information in the setting docs,
without cluttering up the property docs, and it also lets us document
dbus-only properties.
12 files changed:
.gitignore
libnm-core/nm-setting-bond.c
libnm-core/nm-setting-bridge.c
libnm-core/nm-setting-ip4-config.c
libnm-core/nm-setting-ip6-config.c
libnm-core/nm-setting-serial.c
libnm-core/nm-setting-team.c
libnm-core/nm-setting-vlan.c
libnm-core/nm-setting-wireless.c
libnm/Makefile.am
libnm/generate-plugin-docs.pl
libnm/generate-setting-docs.py