Doc: Documentation doxygen

This commit is contained in:
Laurent Destailleur 2005-01-02 17:23:44 +00:00
parent 658cd35b09
commit 1870650bfb
8 changed files with 34 additions and 17 deletions

View File

@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2004 Éric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2004 Éric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -20,9 +21,10 @@
* $Source$
*/
/*! \file htdocs/admin/propale.php
/**
\file htdocs/admin/societe.php
\ingroup propale
\brief Page d'administration/configuration du module Propale
\brief Page d'administration/configuration du module Societe
\version $Revision$
*/

View File

@ -22,7 +22,7 @@
*/
/**
\file htdocs/comm/prospect/prospect.php
\file htdocs/comm/prospect/prospects.php
\ingroup prospect
\brief Page de la liste des prospects
\version $Revision$

View File

@ -21,10 +21,10 @@
*
*/
/*!
\file htdocs/compta/prama/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu paramétrage de la compta
/**
\file htdocs/compta/param/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu paramétrage de la compta
*/
require("../../main.inc.php");

View File

@ -20,6 +20,13 @@
*
*/
/**
\file htdocs/compta/ventilation/fiche.php
\ingroup compta
\brief Page fiche ventilation
\version $Revision$
*/
require("./pre.inc.php");
$mesg = '';

View File

@ -21,10 +21,10 @@
*
*/
/*!
\file htdocs/compta/index.php
/**
\file htdocs/compta/ventilation/index.php
\ingroup compta
\brief Page accueil zone comptabilité
\brief Page accueil ventilation
\version $Revision$
*/

View File

@ -20,6 +20,13 @@
*
*/
/**
\file htdocs/compta/ventilation/lignes.php
\ingroup facture
\brief Page de detail des lignes de ventilation d'une facture
\version $Revision$
*/
require("./pre.inc.php");
if ($_GET["socidp"]) { $socidp=$_GET["socidp"]; }

View File

@ -22,9 +22,10 @@
*
*/
/*! \file htdocs/compta/facture.php
/**
\file htdocs/compta/ventilation/liste.php
\ingroup facture
\brief Page de création d'une facture
\brief Page liste des ventilations
\version $Revision$
*/

View File

@ -21,10 +21,10 @@
*
*/
/*!
\file htdocs/compta/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu compta
/**
\file htdocs/compta/ventilation/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu compta
*/
require("../../main.inc.php");