Index: trunk/phase3/includes/ChangesFeed.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | | - * @todo document |
| 89 | + * Generate the feed items given a row from the database. |
90 | 90 | * @param $rows Database resource with recentchanges rows |
91 | 91 | * @param $feed Feed object |
92 | 92 | */ |
Index: trunk/phase3/includes/HTMLCacheUpdate.php |
— | — | @@ -182,7 +182,9 @@ |
183 | 183 | } |
184 | 184 | |
185 | 185 | /** |
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 | + * |
187 | 189 | * @ingroup JobQueue |
188 | 190 | */ |
189 | 191 | class HTMLCacheUpdateJob extends Job { |
Index: trunk/phase3/includes/WikiError.php |
— | — | @@ -79,7 +79,8 @@ |
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | | - * @todo document |
| 83 | + * Error class designed to handle errors involved with |
| 84 | + * XML parsing |
84 | 85 | * @ingroup Exception |
85 | 86 | */ |
86 | 87 | class WikiXmlError extends WikiError { |