diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php index 31d9c43afbb..be519b0be30 100644 --- a/htdocs/adherents/admin/website.php +++ b/htdocs/adherents/admin/website.php @@ -19,7 +19,7 @@ */ /** - * \file htdocs/adherents/admin/public.php + * \file htdocs/adherents/admin/website.php * \ingroup member * \brief File of main public page for member module * \author Laurent Destailleur diff --git a/htdocs/admin/dolistore/ajax/image.php b/htdocs/admin/dolistore/ajax/image.php index 043d24e8376..c1bb4e997dc 100644 --- a/htdocs/admin/dolistore/ajax/image.php +++ b/htdocs/admin/dolistore/ajax/image.php @@ -20,9 +20,9 @@ if (!defined('REQUIRE_JQUERY_BLOCKUI')) define('REQUIRE_JQUERY_BLOCKUI', 1); /** - * \file htdocs/admin/dolistore/ajax.php + * \file htdocs/admin/dolistore/ajax/image.php * \ingroup admin - * \brief Page des informations dolistore + * \brief Page des informations dolistore */ require "../../../main.inc.php"; @@ -56,4 +56,3 @@ try { else if ($trace[0]['args'][0] == 401) die('Bad auth key'); else die('Can not access to '.$conf->global->MAIN_MODULE_DOLISTORE_API_SRV); } - diff --git a/htdocs/admin/oauthlogintokens.php b/htdocs/admin/oauthlogintokens.php index e2219ad4813..5bfda4f2c9c 100644 --- a/htdocs/admin/oauthlogintokens.php +++ b/htdocs/admin/oauthlogintokens.php @@ -17,7 +17,7 @@ */ /** - * \file htdocs/admin/oauthlogintoken.php + * \file htdocs/admin/oauthlogintokens.php * \ingroup oauth * \brief Setup page to configure oauth access to login information */ diff --git a/htdocs/admin/ticket_extrafields.php b/htdocs/admin/ticket_extrafields.php index 07ace9fea0c..6fa70808ec8 100644 --- a/htdocs/admin/ticket_extrafields.php +++ b/htdocs/admin/ticket_extrafields.php @@ -16,9 +16,9 @@ */ /** - * \file ticket/admin/ticket_extrafields.php - * \ingroup ticket - * \brief Page to setup extra fields of ticket + * \file admin/ticket_extrafields.php + * \ingroup ticket + * \brief Page to setup extra fields of ticket */ require '../main.inc.php'; diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php index 50e09831bff..3a03dc21060 100644 --- a/htdocs/asset/card.php +++ b/htdocs/asset/card.php @@ -17,7 +17,7 @@ */ /** - * \file card.php + * \file htdocs/asset/card.php * \ingroup asset * \brief Page to create/edit/view asset */ diff --git a/htdocs/asset/document.php b/htdocs/asset/document.php index 92efa8918ee..784f65aa220 100644 --- a/htdocs/asset/document.php +++ b/htdocs/asset/document.php @@ -17,7 +17,7 @@ */ /** - * \file document.php + * \file htdocs/asset/document.php * \ingroup asset * \brief Tab for documents linked to Assets */ diff --git a/htdocs/asset/info.php b/htdocs/asset/info.php index e8820ee5cfa..9cc9495c1b9 100644 --- a/htdocs/asset/info.php +++ b/htdocs/asset/info.php @@ -16,7 +16,7 @@ */ /** - * \file info.php + * \file htdocs/asset/info.php * \ingroup asset * \brief Page to show an asset information */ diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php index bcc2329f870..7e59ad4647f 100644 --- a/htdocs/asset/list.php +++ b/htdocs/asset/list.php @@ -18,7 +18,7 @@ */ /** - * \file list.php + * \file htdocs/asset/list.php * \ingroup asset * \brief List page for asset */ diff --git a/htdocs/asset/note.php b/htdocs/asset/note.php index 775b3e8747e..e95e62aeaa4 100644 --- a/htdocs/asset/note.php +++ b/htdocs/asset/note.php @@ -17,7 +17,7 @@ */ /** - * \file note.php + * \file htdocs/asset/note.php * \ingroup asset * \brief Card with notes on Asset */