From: <var...@us...> - 2010-07-15 15:13:50
|
Revision: 7612 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7612&view=rev Author: vargenau Date: 2010-07-15 15:13:44 +0000 (Thu, 15 Jul 2010) Log Message: ----------- Fix HTML_OUTPUT Modified Paths: -------------- trunk/doc/phpwiki.doxygen Modified: trunk/doc/phpwiki.doxygen =================================================================== --- trunk/doc/phpwiki.doxygen 2010-07-15 14:59:44 UTC (rev 7611) +++ trunk/doc/phpwiki.doxygen 2010-07-15 15:13:44 UTC (rev 7612) @@ -773,7 +773,7 @@ # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = ../apidocs/phpwiki +HTML_OUTPUT = ../../apidocs/phpwiki # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |