always have $wgDoxyGenerateMan defined
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 16 Feb 2012 08:36:36 +0000 (08:36 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 16 Feb 2012 08:36:36 +0000 (08:36 +0000)
r101807 introduced a new variable which was not always defined.

maintenance/mwdocgen.php

index 0c3b262..a0c8587 100644 (file)
@@ -78,6 +78,8 @@ $mwExcludePaths = array(
 /** Variable to get user input */
 $input = '';
 $exclude_patterns = '';
+/** Whether to generates man pages: */
+$wgDoxyGenerateMan = false;
 
 #
 # Functions