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)
{ {
@ -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;