Skip to content
Snippets Groups Projects
Commit 7654b88f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: doxygen

parent 7e6e9604
Branches
Tags
No related merge requests found
......@@ -16,10 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \file htdocs/compta/resultat/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu paramtrage de la compta
\version $Id$
/** \file htdocs/compta/resultat/bilan.php
* \ingroup compta
* \brief Fichier page bilan compta
* \version $Id$
*/
require("./pre.inc.php");
......@@ -41,13 +41,13 @@ $month=$_GET["month"];
if (! $year) { $year = strftime("%Y", time()); }
/* Le compte de rsultat est un document officiel requis par l'administration selon le status ou activit */
/* Le compte de r�sultat est un document officiel requis par l'administration selon le status ou activit� */
print_titre("Bilan".($year?" anne $year":""));
print_titre("Bilan".($year?" ann�e $year":""));
print '<br>';
print "Cet tat n'est pas disponible.";
print "Cet �tat n'est pas disponible.";
$db->close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment