summaryrefslogtreecommitdiff
path: root/includes/database.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-09 05:51:08 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-09 05:51:08 +0000
commitb84b6e42cf2f6d64772f20d695258c83f0652fa1 (patch)
tree22ab848233ad3bbf0b8ddcd80294c726fa5d9231 /includes/database.inc
parente891a8785cda646d791c6e8d1c1e6c1c44ef3815 (diff)
downloadbrdo-b84b6e42cf2f6d64772f20d695258c83f0652fa1.tar.gz
brdo-b84b6e42cf2f6d64772f20d695258c83f0652fa1.tar.bz2
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
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.