2
0
forked from Wavyzz/dolibarr

REST API: Add comments in the @deprecated tags.

This commit is contained in:
Xebax
2016-06-22 10:43:35 +02:00
parent 70ba8ec78d
commit e12e1980fc
7 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@
* @category Api
* @package Api
*
* @deprecated
* @deprecated Use Orders instead (defined in api_orders.class.php)
*/
class CommandeApi extends DolibarrApi
{