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 @@
7979 /** Variable to get user input */
8080 $input = '';
8181 $exclude_patterns = '';
 82+/** Whether to generates man pages: */
 83+$wgDoxyGenerateMan = false;
8284
8385 #
8486 # Functions

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101807man page help pages generation...hashar14:01, 3 November 2011

Status & tagging log