Standardised file description headers; first path
[lhc/web/wiklou.git] / includes / specials / SpecialLog.php
index 58ed89d..a2af8de 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 /**
- * Copyright (C) 2008 Aaron Schulz
+ * Implements Special:Log
+ *
+ * Copyright © 2008 Aaron Schulz
  *
  * 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
+ * @ingroup SpecialPage
  */
 
 /**
- * Implements Special:Log
+ * A special page that lists log entries
+ *
  * @ingroup SpecialPage
  */
 class SpecialLog extends SpecialPage {