summaryrefslogtreecommitdiff
path: root/maintenance/sqlite.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/sqlite.inc')
-rw-r--r--maintenance/sqlite.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/maintenance/sqlite.inc b/maintenance/sqlite.inc
index 1f821917..a8a1fce6 100644
--- a/maintenance/sqlite.inc
+++ b/maintenance/sqlite.inc
@@ -23,6 +23,8 @@
/**
* This class contains code common to different SQLite-related maintenance scripts
+ *
+ * @ingroup Maintenance
*/
class Sqlite {
@@ -85,4 +87,4 @@ class Sqlite {
$db->close();
return true;
}
- }; \ No newline at end of file
+ };