From: <var...@us...> - 2010-09-02 19:35:03
|
Revision: 7668 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7668&view=rev Author: vargenau Date: 2010-09-02 19:34:57 +0000 (Thu, 02 Sep 2010) Log Message: ----------- Import from Fusionforge Modified Paths: -------------- trunk/doc/phpwiki.doxygen Modified: trunk/doc/phpwiki.doxygen =================================================================== --- trunk/doc/phpwiki.doxygen 2010-08-31 16:13:53 UTC (rev 7667) +++ trunk/doc/phpwiki.doxygen 2010-09-02 19:34:57 UTC (rev 7668) @@ -563,7 +563,7 @@ # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = ../apidocs/phpwiki/output.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -574,7 +574,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = www/wiki/lib +INPUT = gforge/plugins/wiki/www/lib # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -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. |