diff options
Diffstat (limited to 'modules/help.module')
-rw-r--r-- | modules/help.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/help.module b/modules/help.module index 5c68212df..1fb68e743 100644 --- a/modules/help.module +++ b/modules/help.module @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Manages displaying online help. + */ + +/** * Implementation of hook_menu(). */ function help_menu() { |