From dd24327fb6038f4fbe658076911ab01cce336693 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 30 Jan 2006 23:06:23 +0000 Subject: [PATCH] moved into subgroup --- webcit/doxygen_groups.c | 10 ++++++++++ webcit/vcard.c | 2 +- webcit/vcard.h | 2 +- webcit/vcard_edit.c | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/webcit/doxygen_groups.c b/webcit/doxygen_groups.c index 2bbb906ee..3fed3e629 100644 --- a/webcit/doxygen_groups.c +++ b/webcit/doxygen_groups.c @@ -4,6 +4,7 @@ * we have: * CitadelConfig; WebcitDisplayItems; WebcitHttpServer; WebcitHttpServerGDav; * ClientPower; Calendaring; MenuInfrastructure; CitadelCommunitacion; + * VCards * WebcitHttpServerRSS; tools; */ @@ -76,6 +77,15 @@ /*@{*/ /*@}*/ +/** + * \defgroup VCards showing / editing VCards + * \brief Functions that make the Business-logic of the vcard stuff + * \ingroup WebcitDisplayItems + */ + +/*@{*/ +/*@}*/ + /** * \defgroup MenuInfrastructure Things that guide you through the webcit parts * \brief Functions that display menues, trees etc. to connect the parts of the diff --git a/webcit/vcard.c b/webcit/vcard.c index 945dbb822..b71c55508 100644 --- a/webcit/vcard.c +++ b/webcit/vcard.c @@ -6,7 +6,7 @@ */ /** * \defgroup VCardMain vCard data type implementation for the Citadel system. - * \ingroup WebcitDisplayItems + * \ingroup VCards */ /*@{*/ #include "webcit.h" diff --git a/webcit/vcard.h b/webcit/vcard.h index af39edbea..ac30d4298 100644 --- a/webcit/vcard.h +++ b/webcit/vcard.h @@ -6,7 +6,7 @@ */ /** * \defgroup VcardHeader vCard implementation for Citadel - * \ingroup WebcitDisplayItems + * \ingroup VCards * */ diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index a08306bed..b35374776 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -3,7 +3,7 @@ */ /** * \defgroup vCardEdit Handles on-screen editing of vCard objects. - * \ingroup WebcitDisplayItems + * \ingroup VCards */ /*@{*/ #include "webcit.h" -- 2.39.2