summaryrefslogtreecommitdiff
path: root/includes/actions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/actions.inc')
-rw-r--r--includes/actions.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/actions.inc b/includes/actions.inc
index 760de8300..ad2f96e7a 100644
--- a/includes/actions.inc
+++ b/includes/actions.inc
@@ -22,7 +22,7 @@
* - $a1, $a2: Optional additional information, which can be passed into
* actions_do() and will be passed along to the action function.
*
- * @} End of "defgroup actions".
+ * @}
*/
/**
@@ -380,4 +380,3 @@ function actions_delete($aid) {
->execute();
module_invoke_all('actions_delete', $aid);
}
-