[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 lookupa.c,1.2,1.3 mod_xhtml_neg.c,1.18,1.19
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-01 10:40:14
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9994 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-2.0/lookupa.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lookupa.c 31 Mar 2004 09:33:57 -0000 1.2 --- lookupa.c 1 Apr 2004 10:28:17 -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-2.0/mod_xhtml_neg.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mod_xhtml_neg.c 1 Apr 2004 09:41:45 -0000 1.18 --- mod_xhtml_neg.c 1 Apr 2004 10:28:17 -0000 1.19 *************** *** 591,595 **** * 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? */ --- 591,595 ---- * 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? */ |