]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav_put.c
* Doxygen groups. Sorted the files into groups. so now we have a nice structure
[citadel.git] / webcit / groupdav_put.c
index e2c91fe727bc8ba2b25cfac32dd753edc7e6822f..d06848ec23ec503f6501b1befa158d84af49966c 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup GroupdavPut Handles GroupDAV PUT requests.
+ * \ingroup WebcitHttpServerGDav
  *
  */
 /*@{*/
@@ -12,9 +13,9 @@
 
 
 /**
- * \brief put an item to the server
+ * \brief GroupDAV PUT an item to the server
  * \param dav_pathname The pathname is always going to be /groupdav/room_name/euid
- * \param dav_ifmatch should we match?
+ * \param dav_ifmatch ETag of the item we think we're replacing
  * \param dav_content_type the mime type
  * \param dav_content the actual data
  */