From 71eb344bd7f532ae9102100a5d86e513d4e2b2cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 12 Sep 2011 19:49:40 +0000 Subject: [PATCH] Doxygen --- htdocs/core/photos_resize.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php index eff90336095..01b7887f2ec 100644 --- a/htdocs/core/photos_resize.php +++ b/htdocs/core/photos_resize.php @@ -16,6 +16,12 @@ * along with this program. If not, see . */ +/** + * \file htdocs/core/photos_resize.php + * \ingroup core + * \brief File of page to resize photos + */ + //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); //if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); //if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1');