summaryrefslogtreecommitdiff
path: root/includes/database.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database.inc')
-rw-r--r--includes/database.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc
index ddfaf5d4c..772861149 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -9,6 +9,7 @@
/**
* @defgroup database Database abstraction layer
* @{
+ * Allow the use of different database servers using the same code base.
*
* Drupal provides a slim database abstraction layer to provide developers with
* the ability to support multiple database servers easily. The intent of this
@@ -119,7 +120,7 @@ function db_set_active($name = 'default') {
}
/**
- * @} end of defgroup database
+ * @} End of "defgroup database".
*/
// Initialize the default database.