Improve Doxygen documentation
This commit is contained in:
parent
088905bff3
commit
6909f2fa2b
47 changed files with 206 additions and 58 deletions
|
|
@ -1,7 +1,11 @@
|
|||
<?php
|
||||
//This file is part of NOALYSS and is under GPL
|
||||
//see licence.txt
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief Module Printing : Analytic to display relation between card or accounting with
|
||||
* Analytic
|
||||
*/
|
||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
require_once NOALYSS_INCLUDE.'/class/anc_table.class.php';
|
||||
$tab = new Anc_Table($cn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue