diff options
Diffstat (limited to 'modules/blogapi')
-rw-r--r-- | modules/blogapi/blogapi.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/blogapi/blogapi.install b/modules/blogapi/blogapi.install index a8bb46d9b..22820ea4a 100644 --- a/modules/blogapi/blogapi.install +++ b/modules/blogapi/blogapi.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install, update and uninstall functions for the blogapi module. + */ + +/** * Implementation of hook_install(). */ function blogapi_install() { |