diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-02 17:26:40 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-02 17:26:40 +0000 |
commit | 7264290ea8117a9b65d181e55b7d36658c04ecbb (patch) | |
tree | 73d4eb4f745ae45421d8072ce4def9a50155061a /modules/update | |
parent | d30dd0617ef725ec8744b4cf56c7e159f10039b6 (diff) | |
download | brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.gz brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.bz2 |
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
Diffstat (limited to 'modules/update')
-rw-r--r-- | modules/update/update.install | 5 | ||||
-rw-r--r-- | modules/update/update.manager.inc | 16 | ||||
-rw-r--r-- | modules/update/update.module | 1 |
3 files changed, 16 insertions, 6 deletions
diff --git a/modules/update/update.install b/modules/update/update.install index b9005a24f..95688e938 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -160,7 +160,7 @@ function _update_requirement_check($project, $type) { } /** - * @defgroup updates-6.x-to-7.x Filter updates from 6.x to 7.x + * @addtogroup updates-6.x-to-7.x * @{ */ @@ -187,6 +187,5 @@ function update_update_7001() { } /** - * @} End of "defgroup updates-6.x-to-7.x" - * The next series of updates should start at 8000. + * @} End of "addtogroup updates-6.x-to-7.x" */ diff --git a/modules/update/update.manager.inc b/modules/update/update.manager.inc index c11014af0..9ad0d08e0 100644 --- a/modules/update/update.manager.inc +++ b/modules/update/update.manager.inc @@ -37,8 +37,11 @@ */ /** - * @defgroup update_manager_update Update manager for updating existing code. + * @defgroup update_manager_update Update manager: update * @{ + * Update manager for updating existing code. + * + * Provides a user interface to update existing code. */ /** @@ -436,8 +439,11 @@ function update_manager_update_ready_form_submit($form, &$form_state) { */ /** - * @defgroup update_manager_install Update manager for installing new code. + * @defgroup update_manager_install Update manager: install * @{ + * Update manager for installing new code. + * + * Provides a user interface to install new code. */ /** @@ -617,8 +623,12 @@ function update_manager_install_form_submit($form, &$form_state) { */ /** - * @defgroup update_manager_file Update manager file management functions. + * @defgroup update_manager_file Update manager: file management * @{ + * Update manager file management functions. + * + * These functions are used by the update manager to copy, extract + * and verify archive files. */ /** diff --git a/modules/update/update.module b/modules/update/update.module index 6ff35f5c1..8891a5067 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -721,6 +721,7 @@ function update_verify_update_archive($project, $archive_file, $directory) { /** * @defgroup update_status_cache Private update status cache system * @{ + * Functions to manage the update status cache. * * We specifically do NOT use the core cache API for saving the fetched data * about available updates. It is vitally important that this cache is only |