From: Toni Gundogdu Date: Thu, 24 Oct 2013 18:45:16 +0000 (+0300) Subject: DOC: Make doxygen ignore `scripts_version_s' X-Git-Tag: v0.9.4~1 X-Git-Url: https://repo.or.cz/w/libquvi.git/commitdiff_plain/15226635c48c1eb83ee633d5f31e398fefb88884 DOC: Make doxygen ignore `scripts_version_s' This fixes the "warning: Compound scripts_version_s is not documented." while running doxygen. Signed-off-by: Toni Gundogdu --- diff --git a/src/api/version.c b/src/api/version.c index b921634..6317809 100644 --- a/src/api/version.c +++ b/src/api/version.c @@ -42,6 +42,7 @@ static void kval(GKeyFile *f, const gchar *k, gchar *dst, } } +/** @cond NODOC */ struct scripts_version_s { gchar configuration[128]; @@ -49,6 +50,7 @@ struct scripts_version_s }; typedef struct scripts_version_s *scripts_version_t; +/** @endcond */ static void scripts_version_read(scripts_version_t v) {