X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fcontext_loop.c;h=467b559f881d4fb9a327897bf0b45df0133f298e;hp=11a997c1bbb2527a28225ba06bd2fe7cc13877cc;hb=1e32899153e9e52aaec1e651e0c33a563b8aaed8;hpb=32c81951f5285e086ec1634472197354402a35d6 diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 11a997c1b..467b559f8 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -7,6 +7,7 @@ * up HTTP requests with the sessions they belong to, using HTTP cookies to * keep track of things. If the HTTP request doesn't belong to any currently * active session, a new session is started. + * \ingroup WebcitHttpServer * */ /*@{*/