diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-26 16:30:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-26 16:30:28 +0000 |
commit | 2a7c00bc4ae154d51a01bc0f1f59ce7d70126181 (patch) | |
tree | 25fd30ccaa3740ecf305e10295216cd10c0fa94e /modules/block/block.install | |
parent | f5d0e11f61c93d1ed4a6660408002b9ee1e8bd58 (diff) | |
download | brdo-2a7c00bc4ae154d51a01bc0f1f59ce7d70126181.tar.gz brdo-2a7c00bc4ae154d51a01bc0f1f59ce7d70126181.tar.bz2 |
- Patch #441962 by brianV: code style and documentation clean-up.
Diffstat (limited to 'modules/block/block.install')
-rw-r--r-- | modules/block/block.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/block/block.install b/modules/block/block.install index db8a2f503..a249c000e 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install instructions for the block module + */ + +/** * Implementation of hook_schema(). */ function block_schema() { |