Fix: doxygen

This commit is contained in:
Laurent Destailleur 2010-02-15 21:46:41 +00:00
parent 7e6e9604cc
commit 7654b88f92

View File

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** \file htdocs/compta/resultat/pre.inc.php /** \file htdocs/compta/resultat/bilan.php
\ingroup compta * \ingroup compta
\brief Fichier gestionnaire du menu paramétrage de la compta * \brief Fichier page bilan compta
\version $Id$ * \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/compta/tva/tva.class.php"); require_once(DOL_DOCUMENT_ROOT."/compta/tva/tva.class.php");
@ -41,13 +41,13 @@ $month=$_GET["month"];
if (! $year) { $year = strftime("%Y", time()); } 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<EFBFBD>sultat est un document officiel requis par l'administration selon le status ou activit<69> */
print_titre("Bilan".($year?" année $year":"")); print_titre("Bilan".($year?" ann<EFBFBD>e $year":""));
print '<br>'; print '<br>';
print "Cet état n'est pas disponible."; print "Cet <EFBFBD>tat n'est pas disponible.";
$db->close(); $db->close();