Fix Wrongly catched examples by Doxygen

This commit is contained in:
Jean Traullé
2019-08-30 17:14:59 +02:00
parent 8eae59945d
commit c32c7d48ba
14 changed files with 13 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ class Orders extends DolibarrApi
* @param string $sortorder Sort order
* @param int $limit Limit for list
* @param int $page Page number
* @param string $thirdparty_ids Thirdparty ids to filter orders of. {@example '1' or '1,2,3'} {@pattern /^[0-9,]*$/i}
* @param string $thirdparty_ids Thirdparty ids to filter orders of (example '1' or '1,2,3') {@pattern /^[0-9,]*$/i}
* @param string $sqlfilters Other criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.date_creation:<:'20160101')"
* @return array Array of order objects
*