doxygen fixs
This commit is contained in:
parent
3b2e7732c2
commit
945eede4a5
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file card.php
|
||||
* \file htdocs/asset/card.php
|
||||
* \ingroup asset
|
||||
* \brief Page to create/edit/view asset
|
||||
*/
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file document.php
|
||||
* \file htdocs/asset/document.php
|
||||
* \ingroup asset
|
||||
* \brief Tab for documents linked to Assets
|
||||
*/
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file info.php
|
||||
* \file htdocs/asset/info.php
|
||||
* \ingroup asset
|
||||
* \brief Page to show an asset information
|
||||
*/
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file list.php
|
||||
* \file htdocs/asset/list.php
|
||||
* \ingroup asset
|
||||
* \brief List page for asset
|
||||
*/
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file note.php
|
||||
* \file htdocs/asset/note.php
|
||||
* \ingroup asset
|
||||
* \brief Card with notes on Asset
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user