summaryrefslogtreecommitdiff
path: root/modules/system
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/system
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/system')
-rw-r--r--modules/system/system.queue.inc2
-rw-r--r--modules/system/theme.api.php3
2 files changed, 3 insertions, 2 deletions
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