r97048 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97047
|
r97048
|
r97049
>
Date:
11:28, 14 September 2011
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Revert part of
r97046
which was not intented to be committed.
As side note, would be nice to have this configurable someway.
Modified paths:
/trunk/phase3/maintenance/mwdocgen.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/mwdocgen.php
—
—
@@ -61,7 +61,7 @@
62
62
$svnstat = $mwPath . 'bin/svnstat';
63
63
64
64
/** where Phpdoc should output documentation */
65
-$doxyOutput = '/resources/docs' . DIRECTORY_SEPARATOR ;
65
+$doxyOutput = $mwPath . 'docs' . DIRECTORY_SEPARATOR ;
66
66
67
67
/** MediaWiki subpaths */
68
68
$mwPathI = $mwPath . 'includes/';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r97046
Removed some more unused message made obsolete by
r96847
(one was still refer...
nikerabbit
10:43, 14 September 2011
Status & tagging log
20:52, 14 September 2011
😂
(
talk
|
contribs
)
changed the
status
of r97048
[
removed:
new
added:
ok]