X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Factions%2FFormlessAction.php;h=a6f1e2957dd83f44fa5224d3f85321ce8ce18813;hb=715f040a5f1e7ae7fbc9f0a4729676d4ad597570;hp=f61fc97d3ecf0a28a3810ecec315242ce231f6e7;hpb=227204c69b59dda16c6011002f8f3db7a874ded1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/FormlessAction.php b/includes/actions/FormlessAction.php index f61fc97d3e..a6f1e2957d 100644 --- a/includes/actions/FormlessAction.php +++ b/includes/actions/FormlessAction.php @@ -17,14 +17,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA * * @file - */ - -/** - * @defgroup Actions Action done on pages + * @ingroup Actions */ /** * An action which just does something, without showing a form first. + * + * @ingroup Actions */ abstract class FormlessAction extends Action {