diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-13 19:42:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-13 19:42:18 +0000 |
commit | 3ac59eee96a6b6553f07946f6f95373ece050e2b (patch) | |
tree | 69d8ad94ca85d1dd4a3dd3ed00f55143b51a55a8 /modules/openid | |
parent | cf6f4d9fee312a4b495f9c3d2ea645ff348bf713 (diff) | |
download | brdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.gz brdo-3ac59eee96a6b6553f07946f6f95373ece050e2b.tar.bz2 |
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
Diffstat (limited to 'modules/openid')
-rw-r--r-- | modules/openid/openid.install | 5 | ||||
-rw-r--r-- | modules/openid/tests/openid_test.install | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/modules/openid/openid.install b/modules/openid/openid.install index 9e482fc50..5e0f9d9bb 100644 --- a/modules/openid/openid.install +++ b/modules/openid/openid.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install, update and uninstall functions for the openid module. + */ + +/** * Implementation of hook_install(). */ function openid_install() { diff --git a/modules/openid/tests/openid_test.install b/modules/openid/tests/openid_test.install index 4f1ba3540..6f6e319b9 100644 --- a/modules/openid/tests/openid_test.install +++ b/modules/openid/tests/openid_test.install @@ -2,6 +2,11 @@ // $Id$ /** + * @file + * Install, update and uninstall functions for the openid_test module. + */ + +/** * Implementation of hook_install(). */ function openid_test_install() { |