Code documentation

This commit is contained in:
sparkyx 2025-06-21 16:13:15 +02:00
parent 0819798509
commit 6f2cb34e6e
18 changed files with 60 additions and 22 deletions

View file

@ -19,7 +19,11 @@
// Copyright Author Dany De Bontridder danydb@aevalys.eu 6/01/24
/*!
* \file
* \brief
* \brief Closing operation
*/
/*!
* \class Operation_Closing
* \brief closing operation , end of exercice for French accountancy
*/
class Operation_Closing extends Operation_Exercice
{