libnm-core: don't link to NMDevice type from the D-Bus spec

It isn't right in that context -- NMDevice is a libnm-core object,
not a bus object. In rendered documentation this would generate
a dangling link.
This commit is contained in:
Lubomir Rintel 2016-04-21 18:15:13 +02:00
parent 659ac3c3de
commit c850868faf

View file

@ -150,8 +150,8 @@ typedef enum {
* @NM_DEVICE_TYPE_VXLAN: a VXLAN interface
* @NM_DEVICE_TYPE_VETH: a VETH interface
*
* #NMDeviceType values indicate the type of hardware represented by
* an #NMDevice.
* #NMDeviceType values indicate the type of hardware represented by a
* device object.
**/
typedef enum {
NM_DEVICE_TYPE_UNKNOWN = 0,