Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22310
Modified Files:
mod_xhtml_neg.c
Log Message:
Update Doxygen for 1.0 prerelease.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** mod_xhtml_neg.c 22 Apr 2004 11:06:35 -0000 1.30
--- mod_xhtml_neg.c 22 Apr 2004 11:13:39 -0000 1.31
***************
*** 74,77 ****
--- 74,79 ----
* Etags should be unique for each content-type returned. This is done by
* adding our own suffix to Etag headers when a negotiation is successful.
+ * The suffix is a hash of the content-type header value returned to the
+ * client.
*
* @author Nicholas Cull <ru...@us...>
***************
*** 88,91 ****
--- 90,94 ----
* 0.93 Use a better hash function for ETag uniqueness \n
* 0.94 Parse q-values correctly irrespective of system locale \n
+ * 1.0 pre 1 Prepare for stable release \n
*
* @directive
|