[mod-xhtml-neg-cvs] mod_xhtml_neg lookupa.c,1.2,1.3 mod_xhtml_neg.c,1.32,1.33
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-01 10:39:34
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9840 Modified Files: lookupa.c mod_xhtml_neg.c Log Message: Fix minor Doxygen problems. Index: lookupa.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/lookupa.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lookupa.c 31 Mar 2004 09:31:09 -0000 1.2 --- lookupa.c 1 Apr 2004 10:27:32 -0000 1.3 *************** *** 58,64 **** @brief lookup() -- hash a variable-length key into a 32-bit value ! @param k the key (the unaligned variable-length array of bytes) ! @param len the length of the key, counting by bytes ! @param level can be any 4-byte value Returns a 32-bit value. Every bit of the key affects every bit of --- 58,64 ---- @brief lookup() -- hash a variable-length key into a 32-bit value ! @param k the key (the unaligned variable-length array of bytes) ! @param length the length of the key, counting by bytes ! @param level can be any 4-byte value Returns a 32-bit value. Every bit of the key affects every bit of Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mod_xhtml_neg.c 1 Apr 2004 09:34:48 -0000 1.32 --- mod_xhtml_neg.c 1 Apr 2004 10:27:32 -0000 1.33 *************** *** 588,592 **** * request * @param content_rec the accept_rec that matched the content negotiation ! * @param a string that contains a correctly formatted content-type value * @todo should we send the "profile" parameter as well? */ --- 588,592 ---- * request * @param content_rec the accept_rec that matched the content negotiation ! * @return a string that contains a correctly formatted content-type value * @todo should we send the "profile" parameter as well? */ |