summary refs log tree commit diff
path: root/libnm/nm-dhcp4-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-dhcp4-config.h')
-rw-r--r--libnm/nm-dhcp4-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-dhcp4-config.h b/libnm/nm-dhcp4-config.h
index 3423740d..4978f848 100644
--- a/libnm/nm-dhcp4-config.h
+++ b/libnm/nm-dhcp4-config.h
@@ -31,6 +31,9 @@ G_BEGIN_DECLS
 #define NM_IS_DHCP4_CONFIG(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), NM_TYPE_DHCP4_CONFIG))
 #define NM_IS_DHCP4_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_DHCP4_CONFIG))
 
+/**
+ * NMDhcp4Config:
+ */
 typedef struct {
 	NMDhcpConfig parent;
 } NMDhcp4Config;