r40772 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40771‎ | r40772 | r40773 >
Date:06:21, 13 September 2008
Author:demon
Status:old
Tags:
Comment:
A few misc. docs here and there.
Modified paths:
  • /trunk/phase3/includes/ChangesFeed.php (modified) (history)
  • /trunk/phase3/includes/HTMLCacheUpdate.php (modified) (history)
  • /trunk/phase3/includes/WikiError.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesFeed.php
@@ -85,7 +85,7 @@
8686 }
8787
8888 /**
89 - * @todo document
 89+ * Generate the feed items given a row from the database.
9090 * @param $rows Database resource with recentchanges rows
9191 * @param $feed Feed object
9292 */
Index: trunk/phase3/includes/HTMLCacheUpdate.php
@@ -182,7 +182,9 @@
183183 }
184184
185185 /**
186 - * @todo document (e.g. one-sentence top-level class description).
 186+ * Job wrapper for HTMLCacheUpdate. Gets run whenever a related
 187+ * job gets called from the queue.
 188+ *
187189 * @ingroup JobQueue
188190 */
189191 class HTMLCacheUpdateJob extends Job {
Index: trunk/phase3/includes/WikiError.php
@@ -79,7 +79,8 @@
8080 }
8181
8282 /**
83 - * @todo document
 83+ * Error class designed to handle errors involved with
 84+ * XML parsing
8485 * @ingroup Exception
8586 */
8687 class WikiXmlError extends WikiError {

Status & tagging log