From: Ævar Arnfjörð Bjarmason Date: Mon, 4 Apr 2005 19:31:58 +0000 (+0000) Subject: * Documentation X-Git-Tag: 1.5.0alpha1~399 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=574fd53c4d62c962ed6cbe27ac87e9166a114012;p=lhc%2Fweb%2Fwiklou.git * Documentation --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index fee9e5eb41..ca2217505f 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -486,6 +486,7 @@ class OutputPage { /** * Returns a HTML comment with the elapsed time since request. * This method has no side effects. + * @return string */ function reportTime() { global $wgRequestTime; @@ -729,6 +730,7 @@ class OutputPage { /** * @private + * @return string */ function headElement() { global $wgDocType, $wgDTD, $wgContLanguageCode, $wgOutputEncoding, $wgMimeType; diff --git a/includes/SpecialIpblocklist.php b/includes/SpecialIpblocklist.php index cd57458748..492f78db26 100644 --- a/includes/SpecialIpblocklist.php +++ b/includes/SpecialIpblocklist.php @@ -6,7 +6,7 @@ */ /** - * + * @todo document */ function wfSpecialIpblocklist() { global $wgUser, $wgOut, $wgRequest;