summary refs log tree commit diff
path: root/libnm/nm-ip6-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-ip6-config.h')
-rw-r--r--libnm/nm-ip6-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-ip6-config.h b/libnm/nm-ip6-config.h
index 1953476d..fa67517c 100644
--- a/libnm/nm-ip6-config.h
+++ b/libnm/nm-ip6-config.h
@@ -33,6 +33,9 @@ G_BEGIN_DECLS
 #define NM_IS_IP6_CONFIG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_IP6_CONFIG))
 #define NM_IP6_CONFIG_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_IP6_CONFIG, NMIP6ConfigClass))
 
+/**
+ * NMIP6Config:
+ */
 typedef struct {
 	NMIPConfig parent;
 } NMIP6Config;