moved into subgroup
authorWilfried Göesgens <willi@citadel.org>
Mon, 30 Jan 2006 23:06:23 +0000 (23:06 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 30 Jan 2006 23:06:23 +0000 (23:06 +0000)
webcit/doxygen_groups.c
webcit/vcard.c
webcit/vcard.h
webcit/vcard_edit.c

index 2bbb906ee9a943d6300bb06c32a420ddffef8d04..3fed3e629e27229b8e51acb92caaae7bed27e4cd 100644 (file)
@@ -4,6 +4,7 @@
  * we have: 
  * CitadelConfig; WebcitDisplayItems; WebcitHttpServer; WebcitHttpServerGDav;
  * ClientPower; Calendaring; MenuInfrastructure; CitadelCommunitacion;
+ * VCards
  * WebcitHttpServerRSS; tools;
  */
 
 /*@{*/
 /*@}*/
 
+/**
+ * \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 
index 945dbb822823389d4ec8ee0ed41938036d9c0d7a..b71c55508421ccf87d98c18eec39a45622313888 100644 (file)
@@ -6,7 +6,7 @@
  */
 /**
  * \defgroup VCardMain vCard data type implementation for the Citadel system.
- * \ingroup WebcitDisplayItems
+ * \ingroup VCards
  */
 /*@{*/
 #include "webcit.h"
index af39edbea37a9c018bc4152a1389494c4045a268..ac30d4298fe78efe6a3e566c65d1827fd5c5fce2 100644 (file)
@@ -6,7 +6,7 @@
  */
 /**
  * \defgroup VcardHeader vCard implementation for Citadel
- * \ingroup WebcitDisplayItems
+ * \ingroup VCards
  *
  */
 
index a08306bed841a5c0ed0b6964de1cb76967dad914..b35374776fc65133d22c819e390c48043bc1f381 100644 (file)
@@ -3,7 +3,7 @@
  */
 /**
  * \defgroup vCardEdit Handles on-screen editing of vCard objects.
- * \ingroup WebcitDisplayItems
+ * \ingroup VCards
  */
 /*@{*/
 #include "webcit.h"