From 42ccbcb2f838d565b5d40b03a9497072188f74bb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Aug 2010 21:02:29 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/pdf.lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/lib/pdf.lib.php b/htdocs/lib/pdf.lib.php index a75d1be9c5b..1b69209db7d 100644 --- a/htdocs/lib/pdf.lib.php +++ b/htdocs/lib/pdf.lib.php @@ -107,10 +107,10 @@ function pdf_build_address($outputlangs,$sourcecompany,$targetcompany='',$target /** - * \brief Show header of page for PDF generation - * \param pdf Object PDF - * \param outputlang Object lang for output - * \param page_height + * Show header of page for PDF generation + * @param pdf Object PDF + * @param outputlang Object lang for output + * @param page_height */ function pdf_pagehead(&$pdf,$outputlangs,$page_height) { @@ -125,7 +125,7 @@ function pdf_pagehead(&$pdf,$outputlangs,$page_height) /** - * \brief Show bank informations for PDF generation + * Show bank informations for PDF generation */ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account) {