summaryrefslogtreecommitdiff
path: root/maintenance/namespace2sql.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/namespace2sql.php')
-rw-r--r--maintenance/namespace2sql.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/maintenance/namespace2sql.php b/maintenance/namespace2sql.php
index 94bd9671..43a8cc64 100644
--- a/maintenance/namespace2sql.php
+++ b/maintenance/namespace2sql.php
@@ -1,7 +1,11 @@
<?php
-#
-# Print SQL to insert namespace names into database.
-# This source code is in the public domain.
+/**
+ * Print SQL to insert namespace names into database.
+ * This source code is in the public domain.
+ *
+ * @file
+ * @ingroup Maintenance
+ */
require_once( "commandLine.inc" );