diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-22 01:36:41 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-22 01:36:41 -0800 |
commit | db0b9c89fc9c30d98a6b49e8a60de41de9d4fac9 (patch) | |
tree | cc88d56b3c75c4839261dd1fd26091ecc0bfe75b /modules/help/help.api.php | |
parent | 06d408fae3a9564916436933da89293e1ab0b904 (diff) | |
download | brdo-db0b9c89fc9c30d98a6b49e8a60de41de9d4fac9.tar.gz brdo-db0b9c89fc9c30d98a6b49e8a60de41de9d4fac9.tar.bz2 |
Issue #1319904 by rc_100, xjm, jhodgdon: Clean up API docs for help module.
Diffstat (limited to 'modules/help/help.api.php')
-rw-r--r-- | modules/help/help.api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/help/help.api.php b/modules/help/help.api.php index ff2f97c6e..f7d9c08b6 100644 --- a/modules/help/help.api.php +++ b/modules/help/help.api.php @@ -42,6 +42,7 @@ * the current page's help. Note that depending on which module is invoking * hook_help, $arg may contain only empty strings. Regardless, $arg[0] to * $arg[11] will always be set. + * * @return * A localized string containing the help text. */ |