From b8d6dc383cda56f78ff0e8b66977fda3a0ca0d2f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 13 Sep 2008 06:21:18 +0000 Subject: [PATCH] A few misc. docs here and there. --- includes/ChangesFeed.php | 2 +- includes/HTMLCacheUpdate.php | 4 +++- includes/WikiError.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/includes/ChangesFeed.php b/includes/ChangesFeed.php index 9bee179030..7dbb1a6d07 100644 --- a/includes/ChangesFeed.php +++ b/includes/ChangesFeed.php @@ -85,7 +85,7 @@ class ChangesFeed { } /** - * @todo document + * Generate the feed items given a row from the database. * @param $rows Database resource with recentchanges rows * @param $feed Feed object */ diff --git a/includes/HTMLCacheUpdate.php b/includes/HTMLCacheUpdate.php index c678ecb81d..636d73f045 100644 --- a/includes/HTMLCacheUpdate.php +++ b/includes/HTMLCacheUpdate.php @@ -182,7 +182,9 @@ class HTMLCacheUpdate } /** - * @todo document (e.g. one-sentence top-level class description). + * Job wrapper for HTMLCacheUpdate. Gets run whenever a related + * job gets called from the queue. + * * @ingroup JobQueue */ class HTMLCacheUpdateJob extends Job { diff --git a/includes/WikiError.php b/includes/WikiError.php index c5082004da..41edb2f376 100644 --- a/includes/WikiError.php +++ b/includes/WikiError.php @@ -79,7 +79,8 @@ class WikiErrorMsg extends WikiError { } /** - * @todo document + * Error class designed to handle errors involved with + * XML parsing * @ingroup Exception */ class WikiXmlError extends WikiError { -- 2.20.1