From 7654b88f928c4f87d7f7c616b3df23301679aa19 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Mon, 15 Feb 2010 21:46:41 +0000
Subject: [PATCH] Fix: doxygen

---
 htdocs/compta/resultat/bilan.php | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/htdocs/compta/resultat/bilan.php b/htdocs/compta/resultat/bilan.php
index 82329346fd3..f3107c5d424 100644
--- a/htdocs/compta/resultat/bilan.php
+++ b/htdocs/compta/resultat/bilan.php
@@ -16,11 +16,11 @@
  * 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 param�trage de la compta
-		\version	$Id$
-*/
+/**     \file   	htdocs/compta/resultat/bilan.php
+ *      \ingroup    compta
+ *      \brief  	Fichier page bilan compta
+ *		\version	$Id$
+ */
 
 require("./pre.inc.php");
 require_once(DOL_DOCUMENT_ROOT."/compta/tva/tva.class.php");
@@ -29,11 +29,11 @@ require_once(DOL_DOCUMENT_ROOT."/chargesociales.class.php");
 if (!$user->rights->compta->resultat->lire)
   accessforbidden();
 
-  
+
 /*
  *	Views
  */
- 
+
 llxHeader();
 
 $year=$_GET["year"];
@@ -41,13 +41,13 @@ $month=$_GET["month"];
 if (! $year) { $year = strftime("%Y", time()); }
 
 
-/* Le compte de r�sultat 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?" ann�e $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();
-- 
GitLab