From 52dc19bc9f958324d9287e3f7a3d8ccc230e4f3e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 9 Nov 2009 16:56:30 +0000 Subject: [PATCH] Fix: doxygen --- htdocs/core/conf.class.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php index 0fd8976ed09..3bdb27ac006 100644 --- a/htdocs/core/conf.class.php +++ b/htdocs/core/conf.class.php @@ -44,12 +44,15 @@ class Conf var $dol_document_root; - var $monnaie; // Used to store current currency - var $css; // Used to store current css (from theme) + //! Used to store current currency + var $monnaie; + //! Used to store current css (from theme) + var $css; var $top_menu; var $left_menu; - var $entity=1; // By default + //! Used to store entity for multi-company (default 1) + var $entity=1; var $css_modules=array(); var $tabs_modules=array();