[mod-xhtml-neg-cvs] mod_xhtml_neg Doxyfile,1.5,1.6 mod_xhtml_neg.c,1.41,1.42
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-15 13:59:33
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22412 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Update version number. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/Doxyfile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Doxyfile 1 Apr 2004 10:57:40 -0000 1.5 --- Doxyfile 15 Apr 2004 13:59:22 -0000 1.6 *************** *** 24,30 **** # if some version control system is used. ! PROJECT_NUMBER = 0.94 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location --- 24,30 ---- # if some version control system is used. ! PROJECT_NUMBER = 0.95 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location *************** *** 312,316 **** INPUT = mod_xhtml_neg.c lookupa.c ! # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left --- 312,316 ---- INPUT = mod_xhtml_neg.c lookupa.c ! # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** mod_xhtml_neg.c 15 Apr 2004 13:58:05 -0000 1.41 --- mod_xhtml_neg.c 15 Apr 2004 13:59:22 -0000 1.42 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.94 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history |