* Doxygen groups. Sorted the files into groups. so now we have a nice structure
[citadel.git] / webcit / webserver.c
index 6476febc44ae93371185cd242b1ea8f8eac28491..7609b6fb47c85eb239e2ef6849df648fd2b3a9b2 100644 (file)
@@ -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
  */
 
 /*@{*/