summaryrefslogtreecommitdiff
path: root/includes/database.mysql.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.mysql.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.mysql.inc')
-rw-r--r--includes/database.mysql.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc
index ff0919fdc..e3c46557d 100644
--- a/includes/database.mysql.inc
+++ b/includes/database.mysql.inc
@@ -7,7 +7,7 @@
*/
/**
- * @addtogroup database
+ * @ingroup database
* @{
*/
@@ -286,7 +286,7 @@ function db_decode_blob($data) {
}
/**
- * @} end of addtogroup database
+ * @} End of "ingroup database".
*/
?>