summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-30 07:54:01 +0000
commit1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf (patch)
tree5cf341bf7c5f34e291031c781aaf66d05d0b15d7 /modules/system/system.admin.inc
parent046e51883319b422618eff3b78f09cbd05a5a2d2 (diff)
downloadbrdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.gz
brdo-1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf.tar.bz2
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 284d8a55f..372993712 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -808,9 +808,9 @@ function _system_is_incompatible(&$incompatible, $files, $file) {
/**
* Menu callback; provides module enable/disable interface.
*
- * The list of modules gets populated by module.info files, which contain each module's name,
- * description and information about which modules it requires.
- * @see drupal_parse_info_file for information on module.info descriptors.
+ * The list of modules gets populated by module.info files, which contain each
+ * module's name, description, and information about which modules it requires.
+ * See drupal_parse_info_file() for information on module.info descriptors.
*
* Dependency checking is performed to ensure that a module:
* - can not be enabled if there are disabled modules it requires.
@@ -818,11 +818,13 @@ function _system_is_incompatible(&$incompatible, $files, $file) {
*
* @param $form_state
* An associative array containing the current state of the form.
+ *
+ * @return
+ * The form array.
+ *
* @ingroup forms
* @see theme_system_modules()
* @see system_modules_submit()
- * @return
- * The form array.
*/
function system_modules($form, $form_state = array()) {
// Get current list of modules.