From: Niklas Laxström Date: Wed, 14 Sep 2011 11:28:03 +0000 (+0000) Subject: Revert part of r97046 which was not intented to be committed. X-Git-Tag: 1.31.0-rc.0~27674 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=34b809235569d4678ea950f630fab9e31ac4f3a5;p=lhc%2Fweb%2Fwiklou.git Revert part of r97046 which was not intented to be committed. As side note, would be nice to have this configurable someway. --- diff --git a/maintenance/mwdocgen.php b/maintenance/mwdocgen.php index c4f01e6698..ed511f7405 100644 --- a/maintenance/mwdocgen.php +++ b/maintenance/mwdocgen.php @@ -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/';