From e2b82522bd7130f2cc74e7d5c2ad716571bf44ea Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 7 Oct 2025 12:04:46 +0200 Subject: [PATCH] Improve doc --- include/XMLDocument/facturx.class.php | 7 ++++++- include/XMLDocument/invoiceubl21.class.php | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/include/XMLDocument/facturx.class.php b/include/XMLDocument/facturx.class.php index 0f95548d0..0ebcda196 100644 --- a/include/XMLDocument/facturx.class.php +++ b/include/XMLDocument/facturx.class.php @@ -32,7 +32,12 @@ use horstoeko\zugferd\ZugferdProfiles; /** * @file - * @brief answer to an inplace object + * @brief FacturX French / German Standard for invoicing + */ + +/** + * @class FacturX + * @brief FacturX French / German Standard for invoicing */ class FacturX extends XMLInvoice { diff --git a/include/XMLDocument/invoiceubl21.class.php b/include/XMLDocument/invoiceubl21.class.php index 951d84d93..d1eae1ab5 100644 --- a/include/XMLDocument/invoiceubl21.class.php +++ b/include/XMLDocument/invoiceubl21.class.php @@ -359,7 +359,7 @@ class InvoiceUBL21 extends XMLInvoice { * @endcode - * @parameter $i (int) idx f $this->data->operation[$i] + * @param $i (int) idx f $this->data->operation[$i] * */ function build_invoiceLine($i) @@ -403,7 +403,10 @@ class InvoiceUBL21 extends XMLInvoice { } /** * @brief Insert a PDF in the XML - * the document type is not due for BELGIUM + * the document type is not needed for BELGIUM + */ + /** + * @code P01