diff options
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 77e0cf6f2..65cfbf52a 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -2,6 +2,11 @@ /* $Id$ */ /** + * @file + * Used to aggregate syndicated content (RSS and RDF). + */ + +/** * Implementation of hook_help(). */ function aggregator_help($section) { |