* added file description header
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Sep 2010 10:02:59 +0000 (10:02 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 5 Sep 2010 10:02:59 +0000 (10:02 +0000)
* added @ingroup Database

includes/db/DatabaseType.php

index 2ad60bf..d015424 100644 (file)
@@ -1,8 +1,16 @@
 <?php
+/**
+ * Base interface for all DBMS-specific code.
+ *
+ * @file
+ * @ingroup Database
+ */
 
 /**
  * Base interface for all DBMS-specific code. At a bare minimum, all of the
  * following must be implemented to support MediaWiki
+ *
+ * @ingroup Database
  */
 interface DatabaseType {