A few misc. docs here and there.
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 13 Sep 2008 06:21:18 +0000 (06:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 13 Sep 2008 06:21:18 +0000 (06:21 +0000)
includes/ChangesFeed.php
includes/HTMLCacheUpdate.php
includes/WikiError.php

index 9bee179..7dbb1a6 100644 (file)
@@ -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
        */
index c678ecb..636d73f 100644 (file)
@@ -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 {
index c508200..41edb2f 100644 (file)
@@ -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 {