summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_deployment.h
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2012-12-07 14:22:12 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-12-07 17:24:28 +0200
commit2d03bac8540adadda6c4709ab5e5f70360d471d6 (patch)
treed067c7dbcaa9b1a0a39ee01a3878d23859c34f9d /osinfo/osinfo_deployment.h
parenta60186d7252b32ceb8a3353f65ce098bc085afb2 (diff)
downloadlibosinfo-2d03bac8540adadda6c4709ab5e5f70360d471d6.tar.gz
Suppress gtk-doc warnings on missing field description
Each public visible struct and enum must have documented items. If it hasn't, gtk-doc produces a lot of warnings. However, things it's complaining about doesn't have any interesting attributes, so mark them as private.
Diffstat (limited to 'osinfo/osinfo_deployment.h')
-rw-r--r--osinfo/osinfo_deployment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/osinfo/osinfo_deployment.h b/osinfo/osinfo_deployment.h
index 2d83e42..70c170e 100644
--- a/osinfo/osinfo_deployment.h
+++ b/osinfo/osinfo_deployment.h
@@ -59,6 +59,7 @@ struct _OsinfoDeployment
/* class */
struct _OsinfoDeploymentClass
{
+ /*< private >*/
OsinfoEntityClass parent_class;
/* class members */