From f1d23c32c3622d55c13304d025eb1f55f7774578 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Thu, 5 May 2016 09:36:32 +0200 Subject: 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. --- libnm/nm-manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libnm/nm-manager.h') diff --git a/libnm/nm-manager.h b/libnm/nm-manager.h index f9e4cd0e28..7b6dd675d3 100644 --- a/libnm/nm-manager.h +++ b/libnm/nm-manager.h @@ -53,6 +53,9 @@ G_BEGIN_DECLS #define NM_MANAGER_METERED "metered" #define NM_MANAGER_ALL_DEVICES "all-devices" +/** + * NMManager: + */ typedef struct { NMObject parent; } NMManager; -- cgit v1.2.1