From 414360a3509160dcbdd4db38635c583ac1ab3d1f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 6 Oct 2008 15:31:03 +0000 Subject: [PATCH] +a few docs --- includes/ProtectionForm.php | 2 +- includes/Sanitizer.php | 3 ++- includes/SquidUpdate.php | 2 +- includes/specials/SpecialAllpages.php | 5 +++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 20026ac866..c2ab2e3aa9 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -20,7 +20,7 @@ */ /** - * @todo document, briefly. + * Handles the page protection UI and backend */ class ProtectionForm { /** A map of action to restriction level, from request or default */ diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index 13cde258d9..84cc7f8e6c 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -1122,7 +1122,8 @@ class Sanitizer { } /** - * @todo Document it a bit + * Foreach array key (an allowed HTML element), return an array + * of allowed attributes * @return array */ static function setupAttributeWhitelist() { diff --git a/includes/SquidUpdate.php b/includes/SquidUpdate.php index f69d1f0b2c..c8497a83ad 100644 --- a/includes/SquidUpdate.php +++ b/includes/SquidUpdate.php @@ -6,7 +6,7 @@ */ /** - * @todo document + * Handles purging appropriate Squid URLs given a title (or titles) * @ingroup Cache */ class SquidUpdate { diff --git a/includes/specials/SpecialAllpages.php b/includes/specials/SpecialAllpages.php index f27c12005f..b7acb36c47 100644 --- a/includes/specials/SpecialAllpages.php +++ b/includes/specials/SpecialAllpages.php @@ -227,8 +227,9 @@ class SpecialAllpages extends IncludableSpecialPage { } /** - * @todo Document - * @param string $from + * Show a line of "ABC to DEF" ranges of articles + * @param string $inpoint Lower limit of pagenames + * @param string $outpout Upper limit of pagenames * @param integer $namespace (Default NS_MAIN) */ function showline( $inpoint, $outpoint, $namespace = NS_MAIN ) { -- 2.20.1