diff options
Diffstat (limited to 'modules/taxonomy')
-rw-r--r-- | modules/taxonomy/taxonomy.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index caa0e2c15..4e8a0907e 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -1,6 +1,11 @@ <?php // $Id$ +/** + * @file + * Install, update and uninstall functions for the taxonomy module. + */ + /** * Implementation of hook_install(). */ |