Use '--parseprivate on' option on phpdoc to include the private members/
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 08:23:04 +0000 (08:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 08:23:04 +0000 (08:23 +0000)
methods in the docs. They are marked with a distinct icon, but unfortunately
are sorted in among the public items which is not ideal of legible docs.

maintenance/mwdocgen.php

index ec267ea..3702cd8 100755 (executable)
@@ -41,7 +41,7 @@ $pdOutput = "{$here}{$sep}docs{$sep}html";
 /** Some more Phpdoc settings */
 $pdOthers = '';
 //$pdOthers = ' -dn \'MediaWiki\' ';
-$pdOthers .= ' --title \'MediaWiki generated documentation\' -o \'HTML:frames:DOM/earthli\' --ignore AdminSettings.php,LocalSettings.php';
+$pdOthers .= ' --title \'MediaWiki generated documentation\' -o \'HTML:frames:DOM/earthli\' --ignore AdminSettings.php,LocalSettings.php --parseprivate on ';
 
 /** MediaWiki location */
 #$mwPath = '/var/www/mediawiki/';