diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-11-27 07:45:14 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-11-27 07:45:14 -0800 |
commit | 137bbb88df148e12ec450a2dd40109e3c7f9deef (patch) | |
tree | e6b9bb291c22db44156534aab83dd838c956d07d /modules/node/tests | |
parent | 71173d457c63fc86cd27e0312cb2064f264a6665 (diff) | |
download | brdo-137bbb88df148e12ec450a2dd40109e3c7f9deef.tar.gz brdo-137bbb88df148e12ec450a2dd40109e3c7f9deef.tar.bz2 |
Issue #1313980 by Albert Volkman, Lars Toomre, jn2, xjm, jhodgdon: Clean up API docs for Node module
Diffstat (limited to 'modules/node/tests')
-rw-r--r-- | modules/node/tests/node_access_test.module | 6 | ||||
-rw-r--r-- | modules/node/tests/node_test.module | 6 | ||||
-rw-r--r-- | modules/node/tests/node_test_exception.module | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/modules/node/tests/node_access_test.module b/modules/node/tests/node_access_test.module index 813bf929b..ec35c41f1 100644 --- a/modules/node/tests/node_access_test.module +++ b/modules/node/tests/node_access_test.module @@ -2,7 +2,9 @@ /** * @file - * Dummy module implementing node access related hooks to test API interaction + * A dummy module implementing node access related hooks for testing purposes. + * + * A dummy module implementing node access related hooks to test API interaction * with the Node module. This module restricts view permission to those with * a special 'node test view' permission. */ @@ -140,6 +142,8 @@ function node_access_test_page() { * database query is shown, and a list of the node IDs, for debugging purposes. * And if there is a query exception, the page says "Exception" and gives the * error. + * + * @see node_access_test_menu() */ function node_access_entity_test_page() { $output = ''; diff --git a/modules/node/tests/node_test.module b/modules/node/tests/node_test.module index a52c1fad0..fb6678521 100644 --- a/modules/node/tests/node_test.module +++ b/modules/node/tests/node_test.module @@ -2,8 +2,10 @@ /** * @file - * Dummy module implementing node related hooks to test API interaction with - * the Node module. + * A dummy module for testing node related hooks. + * + * This is a dummy module that implements node related hooks to test API + * interaction with the Node module. */ /** diff --git a/modules/node/tests/node_test_exception.module b/modules/node/tests/node_test_exception.module index 0fe9f35ea..66bc71747 100644 --- a/modules/node/tests/node_test_exception.module +++ b/modules/node/tests/node_test_exception.module @@ -2,8 +2,7 @@ /** * @file - * Dummy module implementing node related hooks to test API interaction with - * the Node module. + * A module implementing node related hooks to test API interaction. */ /** |