blautenb 2003/03/15 01:01:26
Modified: c/doc doxy.conf Log: Build in base doc directory Revision Changes Path 1.2 +2 -2 xml-security/c/doc/doxy.conf Index: doxy.conf =================================================================== RCS file: /home/cvs/xml-security/c/doc/doxy.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- doxy.conf 2 Mar 2003 08:21:50 -0000 1.1 +++ doxy.conf 15 Mar 2003 09:01:26 -0000 1.2 @@ -4,7 +4,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = XML-Security-C -PROJECT_NUMBER = 0.0.3 +PROJECT_NUMBER = 0.10 OUTPUT_DIRECTORY = OUTPUT_LANGUAGE = English EXTRACT_ALL = YES @@ -86,7 +86,7 @@ # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES -HTML_OUTPUT = apiDocs +HTML_OUTPUT = ../../doc/site/build/site/c/apiDocs HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER =
