Skip to content
Snippets Groups Projects
Commit 1870650b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc: Documentation doxygen

parent 658cd35b
No related branches found
No related tags found
No related merge requests found
<?php <?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* 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 * 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 * it under the terms of the GNU General Public License as published by
...@@ -20,9 +21,10 @@ ...@@ -20,9 +21,10 @@
* $Source$ * $Source$
*/ */
/*! \file htdocs/admin/propale.php /**
\file htdocs/admin/societe.php
\ingroup propale \ingroup propale
\brief Page d'administration/configuration du module Propale \brief Page d'administration/configuration du module Societe
\version $Revision$ \version $Revision$
*/ */
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
*/ */
/** /**
\file htdocs/comm/prospect/prospect.php \file htdocs/comm/prospect/prospects.php
\ingroup prospect \ingroup prospect
\brief Page de la liste des prospects \brief Page de la liste des prospects
\version $Revision$ \version $Revision$
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* *
*/ */
/*! /**
\file htdocs/compta/prama/pre.inc.php \file htdocs/compta/param/pre.inc.php
\ingroup compta \ingroup compta
\brief Fichier gestionnaire du menu paramtrage de la compta \brief Fichier gestionnaire du menu paramtrage de la compta
*/ */
......
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
* *
*/ */
/**
\file htdocs/compta/ventilation/fiche.php
\ingroup compta
\brief Page fiche ventilation
\version $Revision$
*/
require("./pre.inc.php"); require("./pre.inc.php");
$mesg = ''; $mesg = '';
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
* *
*/ */
/*! /**
\file htdocs/compta/index.php \file htdocs/compta/ventilation/index.php
\ingroup compta \ingroup compta
\brief Page accueil zone comptabilité \brief Page accueil ventilation
\version $Revision$ \version $Revision$
*/ */
......
...@@ -20,6 +20,13 @@ ...@@ -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"); require("./pre.inc.php");
if ($_GET["socidp"]) { $socidp=$_GET["socidp"]; } if ($_GET["socidp"]) { $socidp=$_GET["socidp"]; }
......
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
* *
*/ */
/*! \file htdocs/compta/facture.php /**
\file htdocs/compta/ventilation/liste.php
\ingroup facture \ingroup facture
\brief Page de cration d'une facture \brief Page liste des ventilations
\version $Revision$ \version $Revision$
*/ */
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* *
*/ */
/*! /**
\file htdocs/compta/pre.inc.php \file htdocs/compta/ventilation/pre.inc.php
\ingroup compta \ingroup compta
\brief Fichier gestionnaire du menu compta \brief Fichier gestionnaire du menu compta
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment