X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FFormlessAction.php;h=a6f1e2957dd83f44fa5224d3f85321ce8ce18813;hb=bad0cb2a9f53b67e49d84323d835a5040676fd1e;hp=f61fc97d3ecf0a28a3810ecec315242ce231f6e7;hpb=c2d702b73e1ee2136533c03bb29e178e48b7b763;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 {