From 6485a6e5dfa420767a1ecce77e16e6f861dc158a Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 5 Dec 2025 15:48:34 +0100 Subject: [PATCH] code documentation --- Doxyfile | 3 +++ include/class/invoice_pdf.class.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 71c229d78..38aca0d3c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -996,8 +996,11 @@ EXCLUDE = ./html/addon \ ./unit-test \ ./include/ext \ ./include/config.inc.php \ + ./vendor \ + ./include/tfpdf \ ./tmp/ + # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. diff --git a/include/class/invoice_pdf.class.php b/include/class/invoice_pdf.class.php index cdfcda29c..3dffd3c04 100644 --- a/include/class/invoice_pdf.class.php +++ b/include/class/invoice_pdf.class.php @@ -23,12 +23,12 @@ namespace Noalyss; /** - * @file + * @file invoice_pdf.class.php * @brief create a standard invoice */ /** - * @class Invoice PDF + * @class Invoice_PDF * @brief create a standard invoice */ class Invoice_PDF extends \PDF