From 15226635c48c1eb83ee633d5f31e398fefb88884 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Thu, 24 Oct 2013 21:45:16 +0300 Subject: [PATCH] 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 --- src/api/version.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.11.4.GIT