Began making changes to do better handling of character sets.
[citadel.git] / webcit / doxygen_groups.c
1 /*
2  * ok, hacky, but gets us nice groups. so we define sub parts to join from other 
3  * files here. NO CODE IN HERE! This is comment shouldn't appear in doxygen.
4  * we have: 
5  * CitadelConfig; WebcitDisplayItems; WebcitHttpServer; WebcitHttpServerGDav;
6  * ClientPower; Calendaring; MenuInfrastructure; CitadelCommunitacion;
7  * VCards
8  * WebcitHttpServerRSS; tools;
9  */
10
11
12 /**
13  * \defgroup CitadelConfig Configuration Mechanisms
14  * \brief Functions about configuring citadel / webcit
15  */
16
17 /*@{*/
18 /*@}*/
19
20 /**
21  * \defgroup tools  Utility Functions
22  * \brief Functions that aren't related to webcit topics
23  */
24
25 /*@{*/
26 /*@}*/
27
28
29 /**
30  * \defgroup WebcitDisplayItems Display some mime types through webcit
31  * \brief Functions that format mime types into HTML to the user
32  */
33
34 /*@{*/
35 /*@}*/
36
37 /**
38  * \defgroup WebcitHttpServer the Webserver part
39  * \brief Functions that run the HTTP-Deamon
40  */
41
42 /*@{*/
43 /*@}*/
44
45 /**
46  * \defgroup WebcitHttpServerGDav Groupdav Mechanisms
47  * \ingroup WebcitHttpServer
48  * \brief Functions that handle groupdav requests
49  */
50 /*@{*/
51 /*@}*/
52
53
54 /**
55  * \defgroup WebcitHttpServerRSS RSS Mechanisms
56  * \ingroup WebcitHttpServer
57  * \brief Functions that handle RSS requests
58  */
59
60 /*@{*/
61 /*@}*/
62
63 /**
64  * \defgroup ClientPower Client powered Functionality
65  * \brief Functions that spawn things on the webbrowser
66  */
67
68 /*@{*/
69 /*@}*/
70
71 /**
72  * \defgroup Calendaring Calendaring background
73  * \brief Functions that make the Business-logic of the calendaring items
74  * \ingroup WebcitDisplayItems
75  */
76
77 /*@{*/
78 /*@}*/
79
80 /**
81  * \defgroup VCards showing / editing VCards
82  * \brief Functions that make the Business-logic of the vcard stuff
83  * \ingroup WebcitDisplayItems
84  */
85
86 /*@{*/
87 /*@}*/
88
89 /**
90  * \defgroup MenuInfrastructure Things that guide you through the webcit parts
91  * \brief Functions that display menues, trees etc. to connect the parts of the 
92  *        ui to a whole thing
93  * \ingroup WebcitDisplayItems
94  */
95
96 /*@{*/
97 /*@}*/
98
99 /**
100  * \defgroup CitadelCommunitacion Talk to the citadel server
101  * \brief Functions that talk to the citadel server and process reviewed entities
102  * \ingroup WebcitDisplayItems
103  */
104
105 /*@{*/
106 /*@}*/
107
108
109