Revert part of r97046 which was not intented to be committed.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 11:28:03 +0000 (11:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 11:28:03 +0000 (11:28 +0000)
As side note, would be nice to have this configurable someway.

maintenance/mwdocgen.php

index c4f01e6..ed511f7 100644 (file)
@@ -61,7 +61,7 @@ $doxygenTemplate = $mwPath . 'maintenance/Doxyfile';
 $svnstat = $mwPath . 'bin/svnstat';
 
 /** where Phpdoc should output documentation */
-$doxyOutput = '/resources/docs' . DIRECTORY_SEPARATOR ;
+$doxyOutput = $mwPath . 'docs' . DIRECTORY_SEPARATOR ;
 
 /** MediaWiki subpaths */
 $mwPathI = $mwPath . 'includes/';