summaryrefslogtreecommitdiff
path: root/includes/actions.inc
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2011-12-19 09:47:28 -0500
committerDries <dries@buytaert.net>2011-12-19 09:47:28 -0500
commitfdf48f2b9962e04529e6b1a4bb3252ed9c01fc15 (patch)
tree20edbe640ff94890863bc9c061dadadd62320ae9 /includes/actions.inc
parentba3e11f132e3e467408e6929342f1df0b0105f7a (diff)
downloadbrdo-fdf48f2b9962e04529e6b1a4bb3252ed9c01fc15.tar.gz
brdo-fdf48f2b9962e04529e6b1a4bb3252ed9c01fc15.tar.bz2
- Patch #1366804 by TR: 'End of foo group' on a couple of API pages due to not following standards.
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);
}
-