summary refs log tree commit diff
path: root/libnm/nm-ip4-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-ip4-config.h')
-rw-r--r--libnm/nm-ip4-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-ip4-config.h b/libnm/nm-ip4-config.h
index e2a18e0f..196fe09a 100644
--- a/libnm/nm-ip4-config.h
+++ b/libnm/nm-ip4-config.h
@@ -33,6 +33,9 @@ G_BEGIN_DECLS
 #define NM_IS_IP4_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_IP4_CONFIG))
 #define NM_IP4_CONFIG_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_IP4_CONFIG, NMIP4ConfigClass))
 
+/**
+ * NMIP4Config:
+ */
 typedef struct {
 	NMIPConfig parent;
 } NMIP4Config;