Fix code comment
This commit is contained in:
parent
f8316abfc0
commit
f0dc2df526
@ -223,10 +223,10 @@ abstract class CommonDocGenerator
|
|||||||
/**
|
/**
|
||||||
* Define array with couple subtitution key => subtitution value
|
* Define array with couple subtitution key => subtitution value
|
||||||
*
|
*
|
||||||
* @param Contact $object contact
|
* @param Contact $object contact
|
||||||
* @param Translate $outputlangs object for output
|
* @param Translate $outputlangs object for output
|
||||||
* @param array_key $array_key Name of the key for return array
|
* @param array $array_key Name of the key for return array
|
||||||
* @return array of substitution key->code
|
* @return array Array of substitution key->code
|
||||||
*/
|
*/
|
||||||
function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') {
|
function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object') {
|
||||||
global $conf;
|
global $conf;
|
||||||
@ -552,9 +552,9 @@ abstract class CommonDocGenerator
|
|||||||
/**
|
/**
|
||||||
* Define array with couple substitution key => substitution value
|
* Define array with couple substitution key => substitution value
|
||||||
*
|
*
|
||||||
* @param Expedition $object Main object to use as data source
|
* @param Expedition $object Main object to use as data source
|
||||||
* @param Translate $outputlangs Lang object to use for output
|
* @param Translate $outputlangs Lang object to use for output
|
||||||
* @param array_key $array_key Name of the key for return array
|
* @param array $array_key Name of the key for return array
|
||||||
* @return array Array of substitution
|
* @return array Array of substitution
|
||||||
*/
|
*/
|
||||||
function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
|
function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
|
||||||
@ -746,7 +746,7 @@ abstract class CommonDocGenerator
|
|||||||
/**
|
/**
|
||||||
* Rect pdf
|
* Rect pdf
|
||||||
*
|
*
|
||||||
* @param PDF $pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param float $x Abscissa of first point
|
* @param float $x Abscissa of first point
|
||||||
* @param float $y Ordinate of first point
|
* @param float $y Ordinate of first point
|
||||||
* @param float $l ??
|
* @param float $l ??
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user