Doc: doxygen

This commit is contained in:
Laurent Destailleur 2007-05-04 19:13:51 +00:00
parent b4272c9810
commit 2f4323a69d
2 changed files with 13 additions and 3 deletions

View File

@ -244,6 +244,10 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
} }
} }
/*
* \brief Affiche la grille des lignes de propales
* \param pdf objet PDF
*/
function _tableau(&$pdf, $tab_top, $tab_height, $nexY) function _tableau(&$pdf, $tab_top, $tab_height, $nexY)
{ {
global $langs,$conf; global $langs,$conf;
@ -277,6 +281,12 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
} }
/*
* \brief Affiche en-tête propale
* \param pdf objet PDF
* \param fac objet propale
* \param showadress 0=non, 1=oui
*/
function _pagehead(&$pdf, $delivery) function _pagehead(&$pdf, $delivery)
{ {
global $langs; global $langs;

View File

@ -1712,7 +1712,7 @@ class Product
/** /**
* \brief Saisie une commande fournisseur * \brief Saisie une commande fournisseur
* \param user Objet user de celui qui demande * \param user Objet user de celui qui demande
* \param int <0 si ko, >0 si ok * \return int <0 si ko, >0 si ok
*/ */
function fastappro($user) function fastappro($user)
{ {