This commit is contained in:
Laurent Destailleur 2008-07-27 23:25:02 +00:00
parent 3f858d010c
commit 04fa91cfcb
5 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,4 @@
comptahtml
compta
dolibarr-doxygen2.conf
html

View File

@ -526,7 +526,8 @@ INPUT = htdocs
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
# the list of possible encodings.
INPUT_ENCODING = UTF-8
#INPUT_ENCODING = UTF-8
INPUT_ENCODING = ISO-8859-1
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@ -651,7 +652,8 @@ IMAGE_PATH = doc/images
# Works on Linux only
#INPUT_FILTER = doc/dev/dolibarr-doxygen-filter.pl
INPUT_FILTER =
#INPUT_FILTER = "perl doc/dev/dolibarr-doxygen-filter.pl"
INPUT_FILTER =
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the

View File

@ -19,14 +19,14 @@
/**
\file htdocs/html.formadmin.class.php
\brief Fichier de la classe des fonctions pr<EFBFBD>d<EFBFBD>finie de composants html pour les pages admin
\brief File of class for html functions for admin pages
\version $Id$
*/
/**
\class FormAdmin
\brief Classe permettant la g<EFBFBD>n<EFBFBD>ration de composants html pour les pages admin
\brief Class to generate html code for admin pages
*/
class FormAdmin
{

View File

@ -17,8 +17,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/** \defgroup ecm Electronic Content Management
\brief Module for ECM.
/** \defgroup ecm Module ECM
\brief Module for ECM (Electronic Content Management)
\version $Id$
*/

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr>
* Copyright (C) 2007 Jean Heimburger <jean@tiaris.info>
@ -31,8 +31,8 @@ require_once(DOL_DOCUMENT_ROOT ."/commonobject.class.php");
/**
\class Product
\brief Classe permettant la gestion des produits pr<EFBFBD>d<EFBFBD>finis
* \class Product
* \brief Class to manage products and services
*/
class Product extends CommonObject
{