diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-29 01:59:32 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-29 01:59:32 +0000 |
commit | 68d000561db973c54f4289bce86c55de718543a9 (patch) | |
tree | c1749e68fafa9236789bda21ea11baf9b4332d1e /modules/simpletest/tests | |
parent | e92e8ddbd25f8eaabf9e26e444b553cb8867ed7d (diff) | |
download | brdo-68d000561db973c54f4289bce86c55de718543a9.tar.gz brdo-68d000561db973c54f4289bce86c55de718543a9.tar.bz2 |
#697694 by aspilicious: Doxygen fixes.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r-- | modules/simpletest/tests/file_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/file_test.module b/modules/simpletest/tests/file_test.module index 3832b22c3..9d0e7efae 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() */ |