From 34b809235569d4678ea950f630fab9e31ac4f3a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 14 Sep 2011 11:28:03 +0000 Subject: [PATCH] Revert part of r97046 which was not intented to be committed. As side note, would be nice to have this configurable someway. --- maintenance/mwdocgen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'; -- 2.20.1