doxygen
This commit is contained in:
parent
f30d1394dd
commit
9357bfd98e
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/compta/bank/various_expenses/card.php
|
||||
* \file htdocs/compta/bank/various_payment/card.php
|
||||
* \ingroup bank
|
||||
* \brief Page of various expenses
|
||||
*/
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
|
||||
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
|
||||
* Copyright (C) 2015-2019 Frederic France <frederic.france@netlogic.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/boxes/box_adherent_birthdays.php
|
||||
* \file htdocs/core/boxes/box_birthdays_members.php
|
||||
* \ingroup member
|
||||
* \brief Box for member birthdays
|
||||
*/
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file core/boxes/box_ticket_latest.php
|
||||
* \file htdocs/core/boxes/box_last_ticket.php
|
||||
* \ingroup ticket
|
||||
* \brief This box shows latest created tickets
|
||||
*/
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/boxes/box_activite.php
|
||||
* \file htdocs/core/boxes/box_project.php
|
||||
* \ingroup projet
|
||||
* \brief Module to show Projet activity of the current Year
|
||||
*/
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/ajax/fileupload.class.php
|
||||
* \file htdocs/core/class/fileupload.class.php
|
||||
* \brief File to return Ajax response on file upload
|
||||
*/
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/class/WorkboardResponse.class.php
|
||||
* \file htdocs/core/class/workboardresponse.class.php
|
||||
* \brief Class that represents response of load_board functions
|
||||
*/
|
||||
|
||||
|
||||
@ -252,7 +252,7 @@ class Product extends CommonObject
|
||||
/**
|
||||
* Customs code
|
||||
*
|
||||
* @var
|
||||
* @var string
|
||||
*/
|
||||
public $customcode;
|
||||
|
||||
|
||||
@ -263,15 +263,15 @@ class ZapierApi extends DolibarrApi
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Update hook
|
||||
*
|
||||
* @param int $id Id of hook to update
|
||||
* @param array $request_data Datas
|
||||
* @return int
|
||||
*
|
||||
* @url PUT /hooks/{id}
|
||||
*/
|
||||
// /**
|
||||
// * Update hook
|
||||
// *
|
||||
// * @param int $id Id of hook to update
|
||||
// * @param array $request_data Datas
|
||||
// * @return int
|
||||
// *
|
||||
// * @url PUT /hooks/{id}
|
||||
// */
|
||||
/*public function put($id, $request_data = null)
|
||||
{
|
||||
if (! DolibarrApiAccess::$user->rights->zapier->write) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user