From: Baptiste L. <bl...@us...> - 2005-07-30 17:41:08
|
Update of /cvsroot/jsoncpp/jsoncpp/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8466/doc Modified Files: .cvsignore doxyfile Log Message: * added more doxygen documentation * added support for comment in StyledWriter Index: doxyfile =================================================================== RCS file: /cvsroot/jsoncpp/jsoncpp/doc/doxyfile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doxyfile 30 Jul 2005 11:15:11 -0000 1.1 --- doxyfile 30 Jul 2005 17:40:58 -0000 1.2 *************** *** 4,9 **** # Project related configuration options #--------------------------------------------------------------------------- ! PROJECT_NAME = "Json Cpp" ! PROJECT_NUMBER = 1.0 OUTPUT_DIRECTORY = docbuild CREATE_SUBDIRS = NO --- 4,9 ---- # Project related configuration options #--------------------------------------------------------------------------- ! PROJECT_NAME = "JsonCpp" ! PROJECT_NUMBER = 0.0 OUTPUT_DIRECTORY = docbuild CREATE_SUBDIRS = NO *************** *** 78,86 **** WARN_NO_PARAMDOC = NO WARN_FORMAT = "$file:$line: $text" ! WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ..\include\json ..\src\lib_json FILE_PATTERNS = *.h *.cpp *.dox RECURSIVE = NO --- 78,86 ---- WARN_NO_PARAMDOC = NO WARN_FORMAT = "$file:$line: $text" ! WARN_LOGFILE = jsoncpp-doxygen-warning.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ..\include\json ..\src\lib_json . FILE_PATTERNS = *.h *.cpp *.dox RECURSIVE = NO *************** *** 117,122 **** HTML_OUTPUT = html HTML_FILE_EXTENSION = .html ! HTML_HEADER = ! HTML_FOOTER = HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES --- 117,122 ---- HTML_OUTPUT = html HTML_FILE_EXTENSION = .html ! HTML_HEADER = header.html ! HTML_FOOTER = footer.html HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES Index: .cvsignore =================================================================== RCS file: /cvsroot/jsoncpp/jsoncpp/doc/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 30 Jul 2005 11:15:11 -0000 1.1 --- .cvsignore 30 Jul 2005 17:40:58 -0000 1.2 *************** *** 3,5 **** jsoncpp.qbk *.xml ! generate_catalog.py \ No newline at end of file --- 3,6 ---- jsoncpp.qbk *.xml ! generate_catalog.py ! *.log \ No newline at end of file |