Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28370
Modified Files:
mod_xhtml_neg.c
Log Message:
Minor Doxygen update.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** mod_xhtml_neg.c 11 Apr 2004 00:13:57 -0000 1.39
--- mod_xhtml_neg.c 13 Apr 2004 13:20:58 -0000 1.40
***************
*** 626,630 ****
* @param content_type the content token that we're interested in, possibly
* NULL
! * @return the number of '*' characters in the string
*/
--- 626,631 ----
* @param content_type the content token that we're interested in, possibly
* NULL
! * @return the number of '*' characters in the string, or 0 if the string is
! * NULL
*/
|