* Doxygen groups. Sorted the files into groups. so now we have a nice structure
[citadel.git] / webcit / groupdav_get.c
index 03367f53695b745db3937e500b56a2678a3526b5..38c05bf814ab8e53f8f7802b50cda4d4f3f658e3 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgraup GroupdavGet Handle GroupDAV GET requests.
+ * \ingroup WebcitHttpServerGDav
  *
  */
 /*@{*/
@@ -12,7 +13,7 @@
 
 
 /**
- * \briefThe pathname is always going to be /groupdav/room_name/euid
+ * \brief The pathname is always going to be /groupdav/room_name/euid
  * \param dav_pathname the pathname to print
  */
 void groupdav_get(char *dav_pathname) {