From 68d000561db973c54f4289bce86c55de718543a9 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Fri, 29 Jan 2010 01:59:32 +0000 Subject: [PATCH] #697694 by aspilicious: Doxygen fixes. --- includes/database/database.inc | 2 +- includes/database/query.inc | 2 +- modules/field/field.attach.inc | 2 +- modules/simpletest/tests/file_test.module | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/database/database.inc b/includes/database/database.inc index d15a02217c98..39bba8e6cd60 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 64efe4bffb22..367870019305 100644 --- a/includes/database/query.inc +++ b/includes/database/query.inc @@ -98,7 +98,7 @@ public function &conditions(); /** * 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(); diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 1e7f75543410..281245048ee2 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -665,7 +665,7 @@ function field_attach_load($obj_type, $objects, $age = FIELD_LOAD_CURRENT, $opti * loading all fields, for each object. Note that returned objects * may contain data for other fields, for example if they are read * from a cache. - * @returns + * @return * On return, the objects in $objects are modified by having the * appropriate set of fields added. */ diff --git a/modules/simpletest/tests/file_test.module b/modules/simpletest/tests/file_test.module index 3832b22c3854..9d0e7efaed4a 100644 --- a/modules/simpletest/tests/file_test.module +++ b/modules/simpletest/tests/file_test.module @@ -132,7 +132,7 @@ function file_test_reset() { * @param $op * One of the hook_file_* operations: 'load', 'validate', 'download', * 'references', 'insert', 'update', 'copy', 'move', 'delete'. - * @returns + * @return * Array of the parameters passed to each call. * @see _file_test_log_call() and file_test_reset() */ -- GitLab