code documentation
This commit is contained in:
parent
1a52bfde61
commit
6485a6e5df
2 changed files with 5 additions and 2 deletions
3
Doxyfile
3
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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue