added file description header
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 3 Sep 2010 18:24:42 +0000 (18:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 3 Sep 2010 18:24:42 +0000 (18:24 +0000)
includes/job/DoubleRedirectJob.php
includes/job/EmaillingJob.php
includes/job/EnotifNotifyJob.php
includes/job/JobQueue.php
includes/job/RefreshLinksJob.php
includes/job/UploadFromUrlJob.php

index 0857408..3b4b018 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Job to fix double redirects after moving a page
+ *
+ * @file
+ * @ingroup JobQueue
+ */
 
 /**
  * Job to fix double redirects after moving a page
index 380c898..2c3159b 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Old job for notification emails.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
 
 /**
  * Old job used for sending single notification emails;
index f7178d0..5d2a08e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Job for notification emails.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
 
 /**
  * Job for email notification mails
index 8a4f569..f3b9fd4 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 /**
+ * Job queue base code
+ *
+ * @file
  * @defgroup JobQueue JobQueue
  */
 
index aba1836..2e1e85a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+/**
+ * Job to update links for a given title.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
 
 /**
  * Background job to update links for a given title.
index 675b144..6496b35 100644 (file)
@@ -1,7 +1,13 @@
 <?php
+/**
+ * Job for asynchronous upload-by-url.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
 
 /**
- * Job for asynchronous upload-by-url. 
+ * Job for asynchronous upload-by-url.
  * 
  * This job is in fact an interface to UploadFromUrl, which is designed such
  * that it does not require any globals. If it does, fix it elsewhere, do not