Skip to content

Commit

Permalink
Fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fappels committed May 3, 2015
1 parent fee4c4e commit cb75d07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions htdocs/core/class/commonstickergenerator.class.php
Expand Up @@ -108,7 +108,7 @@ abstract function write_file($arrayofrecords,$outputlangs,$srctemplatepath,$outp
/**
* Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param Translate $outputlangs Output langs
* @param array $param Associative array containing label content and optional parameters
* @return void
Expand All @@ -119,7 +119,7 @@ abstract function addSticker(&$pdf,$outputlangs,$param);
* Methode qui permet de modifier la taille des caracteres
* Cela modiera aussi l'espace entre chaque ligne
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param int $pt point
* @return void
*/
Expand All @@ -135,7 +135,7 @@ function Set_Char_Size(&$pdf,$pt)
/**
* protected Print dot line
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param int $x1 X1
* @param int $y1 Y1
* @param int $x2 X2
Expand Down Expand Up @@ -176,7 +176,7 @@ function _Pointille(&$pdf,$x1=0,$y1=0,$x2=210,$y2=297,$epaisseur=1,$nbPointilles
/**
* protected Function realisant une croix aux 4 coins des cartes
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param int $x1 X1
* @param int $y1 Y1
* @param int $x2 X2
Expand Down Expand Up @@ -247,7 +247,7 @@ function _Get_Height_Chars($pt)
/**
* protected Set format
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param string $format Format
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions htdocs/core/modules/member/doc/pdf_standard.class.php
Expand Up @@ -37,7 +37,7 @@ class pdf_standard extends CommonStickerGenerator
/**
* Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param Translate $outputlangs Output langs
* @param array $param Associative array containing label content and optional parameters
* @return void
Expand All @@ -51,7 +51,7 @@ function addSticker(&$pdf,$outputlangs,$param) {
* - %LOGO% is replace with company logo
* - %PHOTO% is replace with photo provided as parameter
*
* @param PDF &$pdf PDF
* @param PDF $pdf PDF
* @param string $textleft Text left
* @param string $header Header
* @param string $footer Footer
Expand Down
Expand Up @@ -36,7 +36,7 @@ class pdf_standardlabel extends CommonStickerGenerator
/**
* Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param Translate $outputlangs Output langs
* @param array $param Associative array containing label content and optional parameters
* @return void
Expand All @@ -50,7 +50,7 @@ function addSticker(&$pdf,$outputlangs,$param) {
* - %LOGO% is replace with company logo
* - %PHOTO% is replace with photo provided as parameter
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param string $textleft Text left
* @param string $header Header
* @param string $footer Footer
Expand Down
4 changes: 2 additions & 2 deletions htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php
Expand Up @@ -69,7 +69,7 @@ class pdf_tcpdflabel extends CommonStickerGenerator
/**
* write barcode to pdf
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param string $code code to print
* @param string $encoding type of barcode
* @param boolean $is2d true if 2d barcode
Expand All @@ -90,7 +90,7 @@ private function writeBarcode(&$pdf, $code, $encoding, $is2d, $x, $y, $w, $h)
/**
* Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
*
* @param PDF &$pdf PDF reference
* @param PDF $pdf PDF reference
* @param Translate $outputlangs Output langs
* @param array $param Associative array containing label content and optional parameters
* @return void
Expand Down

0 comments on commit cb75d07

Please sign in to comment.