X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebserver.c;h=7609b6fb47c85eb239e2ef6849df648fd2b3a9b2;hp=6476febc44ae93371185cd242b1ea8f8eac28491;hb=1e32899153e9e52aaec1e651e0c33a563b8aaed8;hpb=32c81951f5285e086ec1634472197354402a35d6 diff --git a/webcit/webserver.c b/webcit/webserver.c index 6476febc4..7609b6fb4 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -5,7 +5,7 @@ * \defgroup Webserver This contains a simple multithreaded TCP server manager. It sits around * waiting on the specified port for incoming HTTP connections. When a * connection is established, it calls context_loop() from context_loop.c. - * + * \ingroup WebcitHttpServer */ /*@{*/