diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-26 16:31:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-26 16:31:23 +0000 |
commit | f2cbf55033d0ed891df839d412547d6b28aeb35e (patch) | |
tree | d868efd67d7063bd844cc9954d6dfe0f9dc7d784 /modules/poll/poll.install | |
parent | 2a7c00bc4ae154d51a01bc0f1f59ce7d70126181 (diff) | |
download | brdo-f2cbf55033d0ed891df839d412547d6b28aeb35e.tar.gz brdo-f2cbf55033d0ed891df839d412547d6b28aeb35e.tar.bz2 |
- Patch #440894 by brianV: code style and documentation clean-up.
Diffstat (limited to 'modules/poll/poll.install')
-rw-r--r-- | modules/poll/poll.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/poll/poll.install b/modules/poll/poll.install index 04b7ad5a5..c64683e98 100644 --- a/modules/poll/poll.install +++ b/modules/poll/poll.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install file for poll module. + */ + +/** * Implementation of hook_install(). */ function poll_install() { |