FIX : some doc in comment

This commit is contained in:
sparkyx 2024-12-06 17:32:59 +01:00
parent 2b2a21f7b6
commit af9fb3e8c5
6 changed files with 64 additions and 7 deletions

View file

@ -22,12 +22,13 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
require_once NOALYSS_INCLUDE.'/database/jrn_def_sql.class.php';
require_once NOALYSS_INCLUDE.'/database/operation_currency_sql.class.php';
/** \file
/**
* \file
* @brief Class for jrn, class acc_ledger for manipulating the ledger
*/
/**
* @class
* @class Acc_Ledger
* @brief Class for jrn, class acc_ledger for manipulating the ledger AND some acc. operations
*
*/
@ -45,6 +46,7 @@ class Acc_Ledger extends jrn_def_sql
/**
* @brief construct
* @param $p_cn database connexion
* @param $p_id jrn.jrn_def_id
*/