From: Baptiste L. <bl...@us...> - 2005-10-31 17:29:19
|
Update of /cvsroot/jsoncpp/jsoncpp/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7619/doc Modified Files: doxyfile Log Message: * made it possible to use the file on both unix and windows Index: doxyfile =================================================================== RCS file: /cvsroot/jsoncpp/jsoncpp/doc/doxyfile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** doxyfile 30 Jul 2005 17:40:58 -0000 1.2 --- doxyfile 31 Oct 2005 17:29:07 -0000 1.3 *************** *** 82,86 **** # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ..\include\json ..\src\lib_json . FILE_PATTERNS = *.h *.cpp *.dox RECURSIVE = NO --- 82,86 ---- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ../include/json ../src/lib_json . FILE_PATTERNS = *.h *.cpp *.dox RECURSIVE = NO *************** *** 188,192 **** EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES ! INCLUDE_PATH = ..\include INCLUDE_FILE_PATTERNS = *.h PREDEFINED = --- 188,192 ---- EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES ! INCLUDE_PATH = ../include INCLUDE_FILE_PATTERNS = *.h PREDEFINED = |