diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 2738a12843d..492bfaee1ba 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -24,6 +24,12 @@
*
*/
+/*!
+ \file htdocs/master.inc.php
+ \brief Fichier de formatage générique des ecrans Dolibarr
+ \version $Revision$
+*/
+
require("master.inc.php");
// Verification du login.
@@ -99,7 +105,6 @@ if (defined("MAIN_NOT_INSTALLED"))
-
/*!
* \brief Affiche en-tête html + la barre de menu supérieure
* \param head lignes d'en-tete head
@@ -161,7 +166,7 @@ function top_menu($head, $title="", $target="")
{
$langs->load("admin");
print '
'."\n";
- print '
';
+ print '';
print '| ';
print $langs->trans("UpdateRequired",DOL_URL_ROOT.'/admin/system/update.php');
print ' |
';
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 0a93305171a..0037955c727 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -23,6 +23,13 @@
* $Source$
*
*/
+
+/*!
+ \file htdocs/master.inc.php
+ \brief Fichier de preparation de l'environnement Dolibarr
+ \version $Revision$
+*/
+
define('DOL_VERSION','1.2.0-DEV');
define_syslog_variables();
diff --git a/htdocs/menu.class.php b/htdocs/menu.class.php
index c86aa0e8a57..8603922dd3d 100644
--- a/htdocs/menu.class.php
+++ b/htdocs/menu.class.php
@@ -20,6 +20,18 @@
*
*/
+/*!
+ \file htdocs/menu.class.php
+ \brief Fichier de la classe de gestion du menu gauche
+ \version $Revision$
+*/
+
+
+/*!
+ \class Menu
+ \brief Classe de gestion du menu gauche
+*/
+
class Menu {
var $liste;