diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2016-05-05 09:36:32 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2016-05-05 17:01:57 +0200 |
commit | f1d23c32c3622d55c13304d025eb1f55f7774578 (patch) | |
tree | 4c24e33c15b99415314823e5494e8ba6c3b790a2 /libnm/nm-device-ethernet.h | |
parent | a51a43fc848edec39db33b50e333000c2b4363b2 (diff) |
docs: libnm: add doc comment to types
This is required to add objects in the "Types and Values" section and
in the API index. Later, we may want to add useful content in those
empty comments.
Diffstat (limited to 'libnm/nm-device-ethernet.h')
-rw-r--r-- | libnm/nm-device-ethernet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-ethernet.h b/libnm/nm-device-ethernet.h index 07cf4c4de..76f4fde19 100644 --- a/libnm/nm-device-ethernet.h +++ b/libnm/nm-device-ethernet.h @@ -43,6 +43,9 @@ G_BEGIN_DECLS #define NM_DEVICE_ETHERNET_CARRIER "carrier" #define NM_DEVICE_ETHERNET_S390_SUBCHANNELS "s390-subchannels" +/** + * NMDeviceEthernet: + */ struct _NMDeviceEthernet { NMDevice parent; }; |