Try to fix eclipse warnings on doxygen

This commit is contained in:
Laurent Destailleur 2020-02-18 22:54:03 +01:00
parent 97081affdc
commit 0212bc5cf2

View File

@ -59,8 +59,7 @@ class Setup extends DolibarrApi
* *
* @return array [List of ordering methods] * @return array [List of ordering methods]
* *
* @throws 400 RestException * @throws RestException 400
* @throws 200 OK
*/ */
public function getOrderingMethods($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '') public function getOrderingMethods($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '')
{ {
@ -121,8 +120,7 @@ class Setup extends DolibarrApi
* *
* @return array [List of payment types] * @return array [List of payment types]
* *
* @throws 400 RestException * @throws RestException 400
* @throws 200 OK
*/ */
public function getPaymentTypes($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '') public function getPaymentTypes($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '')
{ {
@ -339,8 +337,7 @@ class Setup extends DolibarrApi
* *
* @return array [List of availability] * @return array [List of availability]
* *
* @throws 400 RestException * @throws RestException 400
* @throws 200 OK
*/ */
public function getAvailability($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '') public function getAvailability($sortfield = "code", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '')
{ {
@ -908,8 +905,7 @@ class Setup extends DolibarrApi
* *
* @return array List of payment terms * @return array List of payment terms
* *
* @throws 400 RestException * @throws RestException 400
* @throws 200 OK
*/ */
public function getPaymentTerms($sortfield = "sortorder", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '') public function getPaymentTerms($sortfield = "sortorder", $sortorder = 'ASC', $limit = 100, $page = 0, $active = 1, $sqlfilters = '')
{ {
@ -969,8 +965,7 @@ class Setup extends DolibarrApi
* *
* @return array List of shipping methods * @return array List of shipping methods
* *
* @throws 400 RestException * @throws RestException 400
* @throws 200 OK
*/ */
public function getShippingModes($limit = 100, $page = 0, $active = 1, $sqlfilters = '') public function getShippingModes($limit = 100, $page = 0, $active = 1, $sqlfilters = '')
{ {