diff options
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r-- | modules/taxonomy.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 72a4c2889..13ce8b4f7 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Enables the organization of content into categories. + */ + +/** * Implementation of hook_perm(). */ function taxonomy_perm() { |