Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18755
Modified Files:
mod_xhtml_neg.c
Log Message:
More Doxygen fixes.
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** mod_xhtml_neg.c 10 Apr 2004 23:57:26 -0000 1.38
--- mod_xhtml_neg.c 11 Apr 2004 00:13:57 -0000 1.39
***************
*** 77,81 ****
* @author Nicholas Cull <ru...@us...>
* @date 1 March 2004
! * @version 0.93
*
* @history
--- 77,81 ----
* @author Nicholas Cull <ru...@us...>
* @date 1 March 2004
! * @version 0.94
*
* @history
***************
*** 499,504 ****
/**
! * Parse quality value. atof(3) is not well-usable here, because it depends
! * on the locale (argh).
*
* However, RFC 2616 states: \n
--- 499,504 ----
/**
! * Parse quality value. atof(3) is not globally usable here, because it
! * depends on the locale (argh).
*
* However, RFC 2616 states: \n
***************
*** 529,534 ****
}
! /* Be tolerant and accept qvalues without leading zero
! * (also for backwards compat, where atof() was in use)
* This also handles the 1.0 case.
*/
--- 529,534 ----
}
! /* Be tolerant and accept q-values without leading zero
! * (also for backwards compatibility, where atof() was in use)
* This also handles the 1.0 case.
*/
|