Update doxygen documentation

This commit is contained in:
sparkyx 2007-12-12 22:56:22 +00:00
parent cdaea3f561
commit cce910ba5f
19 changed files with 48 additions and 46 deletions

View file

@ -124,7 +124,7 @@ FILE_PATTERNS = *.c \
*.js \ *.js \
*.inc.php *.inc.php
RECURSIVE = YES RECURSIVE = YES
EXCLUDE = EXCLUDE = addon
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = a?.php b?.php ?.php test*.php EXCLUDE_PATTERNS = a?.php b?.php ?.php test*.php
EXAMPLE_PATH = EXAMPLE_PATH =

View file

@ -20,9 +20,6 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*! \file
*/ * \brief Manage the hypothese for the budget module
/*! \brief
*
*/ */

View file

@ -861,7 +861,6 @@ CREATE SEQUENCE action_gestion_ag_id_seq
ALTER SEQUENCE action_gestion_ag_id_seq OWNED BY action_gestion.ag_id;
@ -988,7 +987,6 @@ CREATE SEQUENCE document_d_id_seq
ALTER SEQUENCE document_d_id_seq OWNED BY document.d_id;
@ -1016,7 +1014,6 @@ CREATE SEQUENCE document_modele_md_id_seq
ALTER SEQUENCE document_modele_md_id_seq OWNED BY document_modele.md_id;
@ -1052,7 +1049,6 @@ CREATE SEQUENCE document_state_s_id_seq
ALTER SEQUENCE document_state_s_id_seq OWNED BY document_state.s_id;
@ -1076,7 +1072,6 @@ CREATE SEQUENCE document_type_dt_id_seq
ALTER SEQUENCE document_type_dt_id_seq OWNED BY document_type.dt_id;

View file

@ -20,7 +20,7 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file ajax file called by the import screen /*!\file ajax file called by the import screen
*/ */
/* \brief update , delete or remove a record from the confirmed list /* \brief update , delete or remove a record from the confirmed list

View file

@ -47,7 +47,7 @@ $User->Check();
echo '<div class="u_tmenu">'; echo '<div class="u_tmenu">';
echo '<div style="float:left">'; echo '<div style="float:left">';
echo "<H2 class=\"info\">Commercial ".dossier::name()."<h2> "; echo "<H2 class=\"info\">Budget : ".dossier::name()."<h2> ";
echo '</div>'; echo '</div>';
echo '<div style="clear:both">'; echo '<div style="clear:both">';

View file

@ -30,10 +30,11 @@ require_once ('class_pre_op_advanced.php');
require_once ('jrn.php'); require_once ('jrn.php');
require_once ('class_acexception.php'); require_once ('class_acexception.php');
require_once ('class_acc_reconciliation.php'); require_once ('class_acc_reconciliation.php');
/*!\file class acc_ledger for manipulating the ledger /*!\file
* \brief Class for jrn, class acc_ledger for manipulating the ledger
*/ */
/*!\brief Class for jrn /*!\brief Class for jrn, class acc_ledger for manipulating the ledger
* *
*/ */
class Acc_Ledger { class Acc_Ledger {

View file

@ -20,7 +20,9 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
* \brief this file match the tables jrn & jrnx the purpose is to
* remove or save accountant writing to these table.
*/ */
require_once ('class_user.php'); require_once ('class_user.php');
/*! \brief this file match the tables jrn & jrnx the purpose is to /*! \brief this file match the tables jrn & jrnx the purpose is to

View file

@ -20,19 +20,19 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file */ /*!\file
/*!\brief class acc_reconciliation, this class is new and the code * \brief class acc_reconciliation, this class is new and the code
must use it (remove the function insertRapt) * must use it (remove the function insertRapt)
*
*/ */
/*!\todo replace all the use of the reconciliation by this class /*!\todo replace all the use of the reconciliation by this class
*/ */
require_once ('postgres.php'); require_once ('postgres.php');
require_once ('class_dossier.php'); require_once ('class_dossier.php');
require_once ('class_widget.php'); require_once ('class_widget.php');
/* \brief new class for managing the reconciliation it must be used /*! \brief new class for managing the reconciliation it must be used
* instead of the function InsertRapt, ... * instead of the function InsertRapt, ...
* *
*/ */

View file

@ -20,7 +20,7 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
*/ */
/* \brief acException extends Exception /* \brief acException extends Exception

View file

@ -20,7 +20,9 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
* \brief class for the group of the analytic account
*
*/ */
require_once ('postgres.php'); require_once ('postgres.php');
require_once ('constant.php'); require_once ('constant.php');

View file

@ -20,7 +20,8 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
* \brief this class is the mother class for the CA balance
*/ */
/* \brief this class is the mother class for the CA balance /* \brief this class is the mother class for the CA balance

View file

@ -20,7 +20,9 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
* \brief
* Print the crossed balance between 2 plan
*/ */
/* \brief /* \brief

View file

@ -20,17 +20,18 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
\brief manage the simple balance for CA, inherit from balance_ca
*/ */
/* \brief manage the simple balance for CA, inherit from balance_ca
*
*/
require_once ('class_print_ca.php'); require_once ('class_print_ca.php');
require_once ('class_plananalytic.php'); require_once ('class_plananalytic.php');
require_once ('ac_common.php'); require_once ('ac_common.php');
include_once("class.ezpdf.php"); include_once("class.ezpdf.php");
require_once ('header_print.php'); require_once ('header_print.php');
/*! \brief manage the simple balance for CA, inherit from balance_ca
*
*/
class balance_ca_bs extends print_ca { class balance_ca_bs extends print_ca {

View file

@ -20,10 +20,8 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*! \file
*/ * \brief class to manage the table bud_detail
/*! \brief class to manage the table bud_detail
* *
*/ */

View file

@ -20,11 +20,17 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
*/ *
/*! \brief this class manage the table bud_detail * \brief this class manage the table bud_detail
* *
*/ */
/*!
* \brief this class manage the table bud_detail
*
*/
require_once ('constant.php'); require_once ('constant.php');
require_once ('postgres.php'); require_once ('postgres.php');
require_once ('class_dossier.php'); require_once ('class_dossier.php');

View file

@ -20,7 +20,7 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
*/ */
/*! \brief /*! \brief

View file

@ -20,11 +20,9 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /*!\file
*/ * \brief manage the database bud_hypo concerning the hypothese for
* different hyp.
/*! \brief manage the database bud_hypo concerning the hypothese for
different hyp.
* *
*/ */
require_once ('class_dossier.php'); require_once ('class_dossier.php');

View file

@ -36,7 +36,7 @@ define ("domaine","");
define ("MAX_COMPTE",4); define ("MAX_COMPTE",4);
define ("DEBUG","false"); define ("DEBUG","true");
// securite correspond a la table // securite correspond a la table
// action // action

View file

@ -21,6 +21,5 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file /* !\file
* \brief Manage the hypothese for the budget module
*/ */
/*! \brief Manage the hypothese for the budget module