doxygen fixs

This commit is contained in:
Frédéric FRANCE 2018-08-31 23:12:55 +02:00
parent 3b2e7732c2
commit 945eede4a5
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
9 changed files with 12 additions and 13 deletions

View File

@ -19,7 +19,7 @@
*/ */
/** /**
* \file htdocs/adherents/admin/public.php * \file htdocs/adherents/admin/website.php
* \ingroup member * \ingroup member
* \brief File of main public page for member module * \brief File of main public page for member module
* \author Laurent Destailleur * \author Laurent Destailleur

View File

@ -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 * \ingroup admin
* \brief Page des informations dolistore * \brief Page des informations dolistore
*/ */
require "../../../main.inc.php"; require "../../../main.inc.php";
@ -56,4 +56,3 @@ try {
else if ($trace[0]['args'][0] == 401) die('Bad auth key'); else if ($trace[0]['args'][0] == 401) die('Bad auth key');
else die('Can not access to '.$conf->global->MAIN_MODULE_DOLISTORE_API_SRV); else die('Can not access to '.$conf->global->MAIN_MODULE_DOLISTORE_API_SRV);
} }

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file htdocs/admin/oauthlogintoken.php * \file htdocs/admin/oauthlogintokens.php
* \ingroup oauth * \ingroup oauth
* \brief Setup page to configure oauth access to login information * \brief Setup page to configure oauth access to login information
*/ */

View File

@ -16,9 +16,9 @@
*/ */
/** /**
* \file ticket/admin/ticket_extrafields.php * \file admin/ticket_extrafields.php
* \ingroup ticket * \ingroup ticket
* \brief Page to setup extra fields of ticket * \brief Page to setup extra fields of ticket
*/ */
require '../main.inc.php'; require '../main.inc.php';

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file card.php * \file htdocs/asset/card.php
* \ingroup asset * \ingroup asset
* \brief Page to create/edit/view asset * \brief Page to create/edit/view asset
*/ */

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file document.php * \file htdocs/asset/document.php
* \ingroup asset * \ingroup asset
* \brief Tab for documents linked to Assets * \brief Tab for documents linked to Assets
*/ */

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* \file info.php * \file htdocs/asset/info.php
* \ingroup asset * \ingroup asset
* \brief Page to show an asset information * \brief Page to show an asset information
*/ */

View File

@ -18,7 +18,7 @@
*/ */
/** /**
* \file list.php * \file htdocs/asset/list.php
* \ingroup asset * \ingroup asset
* \brief List page for asset * \brief List page for asset
*/ */

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file note.php * \file htdocs/asset/note.php
* \ingroup asset * \ingroup asset
* \brief Card with notes on Asset * \brief Card with notes on Asset
*/ */