summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 18:03:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-03 18:03:54 +0000
commitdb538c82508fd04feab0d310ee2d0def72d479c8 (patch)
treeda1a5a822b3171a0cfc615e541d45f06a30f35a6 /includes
parente193ae2b73ef46f35e49ddf415573523e57ec2d5 (diff)
downloadbrdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.gz
brdo-db538c82508fd04feab0d310ee2d0def72d479c8.tar.bz2
#987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
Diffstat (limited to 'includes')
-rw-r--r--includes/database/schema.inc1
-rw-r--r--includes/form.inc2
-rw-r--r--includes/locale.inc4
-rw-r--r--includes/menu.inc6
-rw-r--r--includes/pager.inc5
-rw-r--r--includes/update.inc2
6 files changed, 13 insertions, 7 deletions
diff --git a/includes/database/schema.inc b/includes/database/schema.inc
index 184d895ff..e57c94bfb 100644
--- a/includes/database/schema.inc
+++ b/includes/database/schema.inc
@@ -11,6 +11,7 @@ require_once dirname(__FILE__) . '/query.inc';
/**
* @defgroup schemaapi Schema API
* @{
+ * API to handle database schemas.
*
* A Drupal schema definition is an array structure representing one or
* more tables and their related keys and indexes. A schema is defined by
diff --git a/includes/form.inc b/includes/form.inc
index 042986276..b644343b5 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -3986,6 +3986,8 @@ function _form_set_class(&$element, $class = array()) {
/**
* @defgroup batch Batch operations
* @{
+ * Create and process batch operations.
+ *
* Functions allowing forms processing to be spread out over several page
* requests, thus ensuring that the processing does not get interrupted
* because of a PHP timeout, while allowing the user to receive feedback
diff --git a/includes/locale.inc b/includes/locale.inc
index 0a7eed2b8..d6db7c17c 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -424,7 +424,7 @@ function locale_string_is_safe($string) {
}
/**
- * @defgroup locale-api-add Language addition API.
+ * @defgroup locale-api-add Language addition API
* @{
* Add a language.
*
@@ -1599,7 +1599,7 @@ function _locale_export_remove_plural($entry) {
*/
/**
- * @defgroup locale-api-seek Translation search API.
+ * @defgroup locale-api-seek Translation search API
* @{
* Functions to search in translation files.
*
diff --git a/includes/menu.inc b/includes/menu.inc
index e65435237..1a54f1594 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -125,8 +125,10 @@ define('MENU_IS_LOCAL_ACTION', 0x0100);
/**
* @defgroup menu_item_types Menu item types
* @{
+ * Definitions for various menu types.
+ *
* Menu item definitions provide one of these constants, which are shortcuts for
- * combinations of the above flags.
+ * combinations of @link menu_flags Menu flags @endlink.
*/
/**
@@ -251,7 +253,7 @@ define('MENU_SITE_ONLINE', 5);
/**
* @defgroup menu_tree_parameters Menu tree parameters
* @{
- * Menu tree
+ * Parameters for a menu tree.
*/
/**
diff --git a/includes/pager.inc b/includes/pager.inc
index 69c2759b3..553e279c3 100644
--- a/includes/pager.inc
+++ b/includes/pager.inc
@@ -431,8 +431,9 @@ function theme_pager($variables) {
/**
* @defgroup pagerpieces Pager pieces
* @{
- * Use these pieces to construct your own custom pagers in your theme. Note that
- * you should NOT modify this file to customize your pager.
+ * Use these pieces to construct your own custom pagers in your theme.
+ *
+ * Note that you should NOT modify this file to customize your pager.
*/
/**
diff --git a/includes/update.inc b/includes/update.inc
index 39c4f77c7..0019df671 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -1448,7 +1448,7 @@ function update_retrieve_dependencies() {
}
/**
- * @defgroup update-api-6.x-to-7.x Update versions of API functions.
+ * @defgroup update-api-6.x-to-7.x Update versions of API functions
* @{
* Functions similar to normal API function but not firing hooks.
*