* Documentation
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 4 Apr 2005 19:31:58 +0000 (19:31 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 4 Apr 2005 19:31:58 +0000 (19:31 +0000)
includes/OutputPage.php
includes/SpecialIpblocklist.php

index fee9e5e..ca22175 100644 (file)
@@ -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;
index cd57458..492f78d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /**
- *
+ * @todo document
  */
 function wfSpecialIpblocklist() {
        global $wgUser, $wgOut, $wgRequest;