Fix: doxyfile

This commit is contained in:
Regis Houssin 2009-12-15 14:44:19 +00:00
parent c9ad4270f1
commit 3f6a3488b9

View File

@ -18,18 +18,18 @@
*/ */
/** /**
\file htdocs/ecm/ecm_directories.class.php * \file htdocs/ecm/ecm_directories.class.php
\ingroup ecm * \ingroup ecm
\brief This file is an example for a class file * \brief This file is an example for a class file
\version $Id$ * \version $Id$
\author Laurent Destailleur * \author Laurent Destailleur
\remarks Initialy built by build_class_from_table on 2008-02-24 19:24 * \remarks Initialy built by build_class_from_table on 2008-02-24 19:24
*/ */
/** /**
\class EcmDirectory * \class EcmDirectory
\brief Class to manage ECM directories * \brief Class to manage ECM directories
\remarks Initialy built by build_class_from_table on 2008-02-24 19:24 * \remarks Initialy built by build_class_from_table on 2008-02-24 19:24
*/ */
class EcmDirectory // extends CommonObject class EcmDirectory // extends CommonObject
{ {
@ -388,10 +388,10 @@ class EcmDirectory // extends CommonObject
/** /**
\brief Return directory name you can click (and picto) * \brief Return directory name you can click (and picto)
\param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul * \param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
\param option Sur quoi pointe le lien * \param option Sur quoi pointe le lien
\return string Chaine avec URL * \return string Chaine avec URL
*/ */
function getNomUrl($withpicto=0,$option='',$max=0) function getNomUrl($withpicto=0,$option='',$max=0)
{ {
@ -501,11 +501,11 @@ class EcmDirectory // extends CommonObject
* cachenbofdoc = nb of documents * cachenbofdoc = nb of documents
* date_c = date creation * date_c = date creation
* fk_user_c = user creation * fk_user_c = user creation
* login_c = login creation * login_c = login creation
* fullpath Full path (Added by build_path_from_id_categ call) * fullpath Full path (Added by build_path_from_id_categ call)
* fulllabel Full label (Added by build_path_from_id_categ call) * fulllabel Full label (Added by build_path_from_id_categ call)
* level Level of line (Added by build_path_from_id_categ call) * level Level of line (Added by build_path_from_id_categ call)
* \param force Force reload of full arbo even if already loaded * \param force Force reload of full arbo even if already loaded
* \return array Tableau de array * \return array Tableau de array
*/ */
function get_full_arbo($force=0) function get_full_arbo($force=0)
@ -576,7 +576,7 @@ class EcmDirectory // extends CommonObject
return -1; return -1;
} }
// On ajoute la propriete fullpath a tous les <EFBFBD>l<EFBFBD>ments // On ajoute la propriete fullpath a tous les elements
foreach($this->cats as $key => $val) foreach($this->cats as $key => $val)
{ {
if (isset($motherof[$key])) continue; if (isset($motherof[$key])) continue;
@ -630,7 +630,7 @@ class EcmDirectory // extends CommonObject
/** /**
* \brief Refresh value for cachenboffile * \brief Refresh value for cachenboffile
* \param directory Directory to scan * \param directory Directory to scan
* \param all 0=refresh this id , 1=refresh this entity * \param all 0=refresh this id , 1=refresh this entity
* \return int <0 if KO, Nb of files in directory if OK * \return int <0 if KO, Nb of files in directory if OK
*/ */
function refreshcachenboffile($all=0) function refreshcachenboffile($all=0)