Standardised file description headers; first path
[lhc/web/wiklou.git] / includes / specials / SpecialExport.php
index 86e8a1f..2c26576 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 /**
- * Copyright (C) 2003-2008 Brion Vibber <brion@pobox.com>
+ * Implements Special:Export
+ *
+ * Copyright © 2003-2008 Brion Vibber <brion@pobox.com>
  *
  * 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
  */
 
 /**
- * @file
+ * A special page that allows users to export pages in a XML file
+ *
  * @ingroup SpecialPage
  */
-
 class SpecialExport extends SpecialPage {
 
        private $curonly, $doExport, $pageLinkDepth, $templates;