summaryrefslogtreecommitdiff
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/field/field.multilingual.inc2
-rw-r--r--modules/locale/locale.admin.inc2
-rw-r--r--modules/node/node.api.php4
-rw-r--r--modules/node/node.module2
-rw-r--r--modules/system/system.queue.inc2
-rw-r--r--modules/system/theme.api.php3
-rw-r--r--modules/taxonomy/taxonomy.module4
7 files changed, 9 insertions, 10 deletions
diff --git a/modules/field/field.multilingual.inc b/modules/field/field.multilingual.inc
index c8ef28e25..10db9546a 100644
--- a/modules/field/field.multilingual.inc
+++ b/modules/field/field.multilingual.inc
@@ -7,7 +7,7 @@
*/
/**
- * @defgroup field_language Field language API
+ * @defgroup field_language Field Language API
* @{
* Handling of multilingual fields.
*
diff --git a/modules/locale/locale.admin.inc b/modules/locale/locale.admin.inc
index 118e9212c..8365cd733 100644
--- a/modules/locale/locale.admin.inc
+++ b/modules/locale/locale.admin.inc
@@ -743,7 +743,7 @@ function locale_language_providers_session_form($form, &$form_state) {
*/
/**
- * @defgroup locale-translate-administration-screens Translation administration screens.
+ * @defgroup locale-translate-administration-screens Translation administration screens
* @{
* Screens for translation administration.
*
diff --git a/modules/node/node.api.php b/modules/node/node.api.php
index 6e215e33a..2e60cea09 100644
--- a/modules/node/node.api.php
+++ b/modules/node/node.api.php
@@ -9,9 +9,7 @@
/**
* @defgroup node_api_hooks Node API Hooks
* @{
- * The Node API allows modules to define content types, to modify content
- * types created in the user interface, and to modify content types created by
- * other modules.
+ * Functions to define and modify content types.
*
* Each content type is maintained by a primary module, which is either
* node.module (for content types created in the user interface) or the
diff --git a/modules/node/node.module b/modules/node/node.module
index 9ca4f470b..399fa7ea3 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -3491,7 +3491,7 @@ function _node_access_rebuild_batch_finished($success, $results, $operations) {
/**
- * @defgroup node_content Hook implementations for user-created content types.
+ * @defgroup node_content Hook implementations for user-created content types
* @{
* Functions that implement hooks for user-created content types.
*/
diff --git a/modules/system/system.queue.inc b/modules/system/system.queue.inc
index 283c6b6f9..b6cf96e07 100644
--- a/modules/system/system.queue.inc
+++ b/modules/system/system.queue.inc
@@ -9,6 +9,8 @@
/**
* @defgroup queue Queue operations
* @{
+ * Queue items to allow later processing.
+ *
* The queue system allows placing items in a queue and processing them later.
* The system tries to ensure that only one consumer can process an item.
*
diff --git a/modules/system/theme.api.php b/modules/system/theme.api.php
index 5bad49a75..2284a7c76 100644
--- a/modules/system/theme.api.php
+++ b/modules/system/theme.api.php
@@ -4,8 +4,7 @@
/**
* @defgroup themeable Default theme implementations
* @{
- * Functions and templates that present output to the user, and can be
- * implemented by themes.
+ * Functions and templates for the user interface to be implemented by themes.
*
* Drupal's presentation layer is a pluggable system known as the theme
* layer. Each theme can take control over most of Drupal's output, and
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 459affa7e..9a1228a37 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1621,7 +1621,7 @@ function taxonomy_rdf_mapping() {
}
/**
- * @defgroup taxonomy indexing Taxonomy functions maintaining {taxonomy_index}.
+ * @defgroup taxonomy_index Taxonomy indexing
* @{
* Functions to maintain taxonomy indexing.
*
@@ -1725,5 +1725,5 @@ function taxonomy_taxonomy_term_delete($term) {
}
/**
- * @} End of "defgroup taxonomy indexing"
+ * @} End of "defgroup taxonomy_index"
*/