r111628 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111627
|
r111628
|
r111629
>
Date:
08:36, 16 February 2012
Author:
hashar
Status:
ok
Tags:
Comment:
always have $wgDoxyGenerateMan defined
r101807
introduced a new variable which was not always defined.
Modified paths:
/trunk/phase3/maintenance/mwdocgen.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/mwdocgen.php
—
—
@@ -78,6 +78,8 @@
79
79
/** Variable to get user input */
80
80
$input = '';
81
81
$exclude_patterns = '';
82
+/** Whether to generates man pages: */
83
+$wgDoxyGenerateMan = false;
82
84
83
85
#
84
86
# Functions
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101807
man page help pages generation...
hashar
14:01, 3 November 2011
Status & tagging log
10:51, 16 February 2012
MaxSem
(
talk
|
contribs
)
changed the
status
of r111628
[
removed:
new
added:
ok]