diff --git a/includes/actions.inc b/includes/actions.inc index f997535711e977230a4b2ee8e5733ee5ade0917f..d0ed324a529d78d32203dff132858c9fb19deb95 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -24,25 +24,6 @@ * @} End of "defgroup actions". */ -/** - * @defgroup actions Actions - * @{ - * Functions that perform an action on a certain system object. - * - * All modules should declare their action functions to be in this group and - * each action function should reference its configuration form, validate, and - * submit functions using \@see. Conversely, form, validate, and submit - * functions should reference the action function using \@see. For examples of - * this see comment_unpublish_by_keyword_action(), which has the following in - * its doxygen documentation: - * - * \@ingroup actions - * \@see comment_unpublish_by_keyword_action_form(). - * \@see comment_unpublish_by_keyword_action_submit(). - * - * @} End of "defgroup actions". - */ - /** * Perform a given list of actions by executing their callback functions. *