summaryrefslogtreecommitdiff
path: root/includes/ajax.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-02 17:26:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-02 17:26:40 +0000
commit7264290ea8117a9b65d181e55b7d36658c04ecbb (patch)
tree73d4eb4f745ae45421d8072ce4def9a50155061a /includes/ajax.inc
parentd30dd0617ef725ec8744b4cf56c7e159f10039b6 (diff)
downloadbrdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.gz
brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.bz2
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
Diffstat (limited to 'includes/ajax.inc')
-rw-r--r--includes/ajax.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/ajax.inc b/includes/ajax.inc
index a119e1770..0f652eff8 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -9,6 +9,8 @@
/**
* @defgroup ajax AJAX framework
* @{
+ * Functions for Drupal's AJAX framework.
+ *
* Drupal's AJAX framework is used to dynamically update parts of a page's HTML
* based on data from the server. Upon a specified event, such as a button
* click, a callback function is triggered which performs server-side logic and
@@ -696,6 +698,10 @@ function ajax_pre_render_element($element) {
/**
* @defgroup ajax_commands AJAX framework commands
* @{
+ * Functions to create various AJAX commands.
+ *
+ * These functions can be used to create arrays for use with the
+ * ajax_render() function.
*/
/**