merged latest master
[lhc/web/wiklou.git] / includes / LinksUpdate.php
index 4717d83..d6fd4fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * See docs/deferred.txt
+ * Updater for link tracking tables after a page edit.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
+ * @file
+ */
+
+/**
+ * See docs/deferred.txt
+ *
  * @todo document (e.g. one-sentence top-level class description).
  */
 class LinksUpdate extends SecondaryDBDataUpdate {
@@ -876,4 +882,4 @@ class LinksDeletionUpdate extends SecondaryDBDataUpdate {
                                      __METHOD__ );
                }
        }
-}
\ No newline at end of file
+}