summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-29 01:59:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-29 01:59:32 +0000
commit68d000561db973c54f4289bce86c55de718543a9 (patch)
treec1749e68fafa9236789bda21ea11baf9b4332d1e /includes
parente92e8ddbd25f8eaabf9e26e444b553cb8867ed7d (diff)
downloadbrdo-68d000561db973c54f4289bce86c55de718543a9.tar.gz
brdo-68d000561db973c54f4289bce86c55de718543a9.tar.bz2
#697694 by aspilicious: Doxygen fixes.
Diffstat (limited to 'includes')
-rw-r--r--includes/database/database.inc2
-rw-r--r--includes/database/query.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index d15a02217..39bba8e6c 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -2299,7 +2299,7 @@ function db_transaction($required = FALSE, Array $options = array()) {
*
* @param $key
* The key in the $databases array to set as the default database.
- * @returns
+ * @return
* The key of the formerly active database.
*/
function db_set_active($key = 'default') {
diff --git a/includes/database/query.inc b/includes/database/query.inc
index 64efe4bff..367870019 100644
--- a/includes/database/query.inc
+++ b/includes/database/query.inc
@@ -98,7 +98,7 @@ interface QueryConditionInterface {
/**
* Gets a complete list of all values to insert into the prepared statement.
*
- * @returns
+ * @return
* An associative array of placeholders and values.
*/
public function arguments();