Improve documentation of maintenance scripts.
[lhc/web/wiklou.git] / maintenance / sql.php
index 7483dcc..c3d0e62 100644 (file)
 
 require_once( __DIR__ . '/Maintenance.php' );
 
+/**
+ * Maintenance script that sends SQL queries from the specified file to the database.
+ *
+ * @ingroup Maintenance
+ */
 class MwSql extends Maintenance {
        public function __construct() {
                parent::__construct();