Moved the @todo to the bottom of the comment; seems doxygen is taking the "This progr...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 8 Aug 2010 17:46:52 +0000 (17:46 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 8 Aug 2010 17:46:52 +0000 (17:46 +0000)
includes/specials/SpecialWhatlinkshere.php

index f9a0314..32c020b 100644 (file)
@@ -1,7 +1,6 @@
 <?php
 /**
- * @todo Use some variant of Pager or something; the pagination here is lousy.
- * @file
+ * Implements Special:Whatlinkshere
  *
  * 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
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ * @todo Use some variant of Pager or something; the pagination here is lousy.
  */
 
 /**
- * implements Special:Whatlinkshere
+ * Implements Special:Whatlinkshere
+ *
  * @ingroup SpecialPage
  */
 class SpecialWhatLinksHere extends SpecialPage {